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, toString
addColumn, addPartition, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getHint, getPartitions, getQuery, getTableName, getTableSource, getValues, getValuesList, replace, setAlias, setColumnsString, setHint, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValues
getHeadHintsDirect, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLine
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getHeadHintsDirect, setHeadHints, toLowerCaseString, toParameterizedString, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, 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 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 SQLObject
clone
in interface SQLStatement
clone
in class SQLInsertStatement
public boolean isOverwrite()
isOverwrite
in class SQLInsertInto
public void setOverwrite(boolean overwrite)
setOverwrite
in class SQLInsertInto
Copyright © 2013–2021 Alibaba Group. All rights reserved.