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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLInsertInto
          extended by com.alibaba.druid.sql.ast.statement.SQLInsertStatement
              extended by com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlInsertStatement
All Implemented Interfaces:
SQLObject, SQLStatement, Serializable

public class MySqlInsertStatement
extends SQLInsertStatement

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertStatement
SQLInsertStatement.ValuesClause
 
Constructor Summary
MySqlInsertStatement()
           
 
Method Summary
 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)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertInto
getAlias, getColumns, getQuery, getTableName, getTableSource, setAlias, setQuery, setTableName, setTableSource, setTableSource
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

Constructor Detail

MySqlInsertStatement

public MySqlInsertStatement()
Method Detail

getDuplicateKeyUpdate

public List<SQLExpr> getDuplicateKeyUpdate()

getValues

public SQLInsertStatement.ValuesClause getValues()
Overrides:
getValues in class SQLInsertInto

setValues

public void setValues(SQLInsertStatement.ValuesClause values)
Overrides:
setValues in class SQLInsertInto

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)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLObjectImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.