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() |
List<SQLCommentHint> |
getHints() |
int |
getHintsSize() |
boolean |
isDelayed() |
boolean |
isFulltextDictionary() |
boolean |
isHighPriority() |
boolean |
isIfNotExists() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
boolean |
isOverwrite() |
boolean |
isRollbackOnFail() |
void |
setDelayed(boolean delayed) |
void |
setFulltextDictionary(boolean fulltextDictionary) |
void |
setHighPriority(boolean highPriority) |
void |
setHints(List<SQLCommentHint> x) |
void |
setIfNotExists(boolean ifNotExists) |
void |
setIgnore(boolean ignore) |
void |
setLowPriority(boolean lowPriority) |
void |
setOverwrite(boolean overwrite) |
void |
setRollbackOnFail(boolean rollbackOnFail) |
cloneTo, getChildren, getDbType, getWith, isAfterSemi, isUpsert, setAfterSemi, setDbType, setUpsert, setWith, toStringaddColumn, addPartition, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getHint, getPartitions, getQuery, getTableName, getTableSource, getValues, getValuesList, replace, setAlias, setColumnsString, setHint, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValuesgetHeadHintsDirect, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHeadHintsDirect, setHeadHints, toLowerCaseString, toParameterizedString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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 boolean isFulltextDictionary()
public void setFulltextDictionary(boolean fulltextDictionary)
public boolean isIfNotExists()
public void setIfNotExists(boolean ifNotExists)
public int getHintsSize()
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> x)
public SQLInsertStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLInsertStatementpublic boolean isOverwrite()
isOverwrite in class SQLInsertIntopublic void setOverwrite(boolean overwrite)
setOverwrite in class SQLInsertIntoCopyright © 2013–2021 Alibaba Group. All rights reserved.