public class MySqlInsertStatement extends SQLInsertStatement
SQLInsertStatement.ValuesClause| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
delayed |
private List<SQLExpr> |
duplicateKeyUpdate |
private boolean |
highPriority |
private boolean |
ignore |
private boolean |
lowPriority |
private boolean |
rollbackOnFail |
dbType, headHints, upsert, withcolumns, columnsString, columnsStringHash, query, tableSource, valuesListattributes, parent| 构造器和说明 |
|---|
MySqlInsertStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(MySqlASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
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, getHeadHintsDirect, getWith, isAfterSemi, isUpsert, setAfterSemi, setDbType, setHeadHints, setUpsert, setWith, toLowerCaseString, toStringaddColumn, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setColumnsString, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValuesaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate boolean lowPriority
private boolean delayed
private boolean highPriority
private boolean ignore
private boolean rollbackOnFail
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)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLInsertStatementpublic void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(MySqlASTVisitor visitor)
public SQLInsertStatement clone()
clone 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLInsertStatementCopyright © 2013–2019 Alibaba Group. All rights reserved.