public class MySqlInsertStatement extends SQLInsertStatement
SQLInsertStatement.ValuesClause| 构造器和说明 |
|---|
MySqlInsertStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, setDbTypeaddColumn, getAlias, getColumns, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setQuery, setTableName, setTableSource, setTableSource, setValues, setValuesListaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic 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 在接口中 SQLObjectoutput 在类中 SQLObjectImplCopyright © 2013–2016 Alibaba Group. All rights reserved.