com.alibaba.druid.sql.dialect.mysql.ast.statement
类 MySqlInsertStatement

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLInsertInto
          继承者 com.alibaba.druid.sql.ast.statement.SQLInsertStatement
              继承者 com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlInsertStatement
所有已实现的接口:
SQLObject, SQLStatement

public class MySqlInsertStatement
extends SQLInsertStatement


嵌套类摘要
 
从类 com.alibaba.druid.sql.ast.statement.SQLInsertStatement 继承的嵌套类/接口
SQLInsertStatement.ValuesClause
 
构造方法摘要
MySqlInsertStatement()
           
 
方法摘要
 List<SQLExpr> getDuplicateKeyUpdate()
           
 SQLInsertStatement.ValuesClause getValues()
           
 List<SQLInsertStatement.ValuesClause> getValuesList()
           
 boolean isDelayed()
           
 boolean isHighPriority()
           
 boolean isIgnore()
           
 boolean isLowPriority()
           
 void output(StringBuffer buf)
           
 void setDelayed(boolean delayed)
           
 void setHighPriority(boolean highPriority)
           
 void setIgnore(boolean ignore)
           
 void setLowPriority(boolean lowPriority)
           
 void setValues(SQLInsertStatement.ValuesClause values)
           
 
从类 com.alibaba.druid.sql.ast.statement.SQLInsertInto 继承的方法
getAlias, getColumns, getQuery, getTableName, getTableSource, setAlias, setQuery, setTableName, setTableSource, setTableSource
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

构造方法详细信息

MySqlInsertStatement

public MySqlInsertStatement()
方法详细信息

getDuplicateKeyUpdate

public List<SQLExpr> getDuplicateKeyUpdate()

getValues

public SQLInsertStatement.ValuesClause getValues()
覆盖:
SQLInsertInto 中的 getValues

setValues

public void setValues(SQLInsertStatement.ValuesClause values)
覆盖:
SQLInsertInto 中的 setValues

getValuesList

public List<SQLInsertStatement.ValuesClause> getValuesList()

isLowPriority

public boolean isLowPriority()

setLowPriority

public void setLowPriority(boolean lowPriority)

isDelayed

public boolean isDelayed()

setDelayed

public void setDelayed(boolean delayed)

isHighPriority

public boolean isHighPriority()

setHighPriority

public void setHighPriority(boolean highPriority)

isIgnore

public boolean isIgnore()

setIgnore

public void setIgnore(boolean ignore)

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.