public class MySqlInsertStatement extends SQLInsertStatement
SQLInsertStatement.ValuesClause| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLCommentHint> |
hints |
upsert, withcolumns, columnsString, columnsStringHash, partitions, query, tableSource, valuesListafterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
MySqlInsertStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(MySqlASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLinegetHeadHintsDirect, setHeadHints, toLowerCaseString, toParameterizedString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected List<SQLCommentHint> hints
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)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLInsertStatementprotected void accept0(MySqlASTVisitor visitor)
public int getHintsSize()
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> x)
public SQLInsertStatement clone()
clone 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLInsertStatementpublic boolean isOverwrite()
isOverwrite 在类中 SQLInsertIntopublic void setOverwrite(boolean overwrite)
setOverwrite 在类中 SQLInsertIntoCopyright © 2013–2023. All rights reserved.