public class MySqlInsertStatement extends SQLInsertStatement
SQLInsertStatement.ValuesClause
Constructor and Description |
---|
MySqlInsertStatement() |
Modifier and Type | Method and Description |
---|---|
List<SQLExpr> |
getDuplicateKeyUpdate() |
boolean |
isDelayed() |
boolean |
isHighPriority() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
boolean |
isRollbackOnFail() |
void |
output(StringBuffer buf) |
void |
setDelayed(boolean delayed) |
void |
setHighPriority(boolean highPriority) |
void |
setIgnore(boolean ignore) |
void |
setLowPriority(boolean lowPriority) |
void |
setRollbackOnFail(boolean rollbackOnFail) |
getDbType, isUpsert, setDbType, setUpsert
addColumn, getAlias, getColumns, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setQuery, setTableName, setTableSource, setTableSource, setValues, setValuesList
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public boolean isLowPriority()
public void setLowPriority(boolean lowPriority)
public boolean isDelayed()
public void setDelayed(boolean delayed)
public boolean isHighPriority()
public void setHighPriority(boolean highPriority)
public boolean isIgnore()
public void setIgnore(boolean ignore)
public boolean isRollbackOnFail()
public void setRollbackOnFail(boolean rollbackOnFail)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.