public class MySqlInsertStatement extends SQLInsertStatement
SQLInsertStatement.ValuesClause
Constructor and Description |
---|
MySqlInsertStatement() |
Modifier and Type | Method and Description |
---|---|
SQLInsertStatement |
clone() |
void |
cloneTo(MySqlInsertStatement x) |
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) |
cloneTo, getChildren, getDbType, getWith, isAfterSemi, isUpsert, setAfterSemi, setDbType, setUpsert, setWith, toString
addColumn, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setColumnsString, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValues
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public void cloneTo(MySqlInsertStatement x)
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
public SQLInsertStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLInsertStatement
Copyright © 2013–2017 Alibaba Group. All rights reserved.