类 MySqlInsertStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLInsertInto
com.alibaba.druid.sql.ast.statement.SQLInsertStatement
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlInsertStatement
- 所有已实现的接口:
SQLDbTypedObject,SQLObject,SQLReplaceable,SQLStatement
-
嵌套类概要
从类继承的嵌套类/接口 com.alibaba.druid.sql.ast.statement.SQLInsertStatement
SQLInsertStatement.ValuesClause -
字段概要
字段从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLInsertStatement
upsert, with从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLInsertInto
columns, columnsString, columnsStringHash, insertBeforeComments, partitions, query, tableSource, valuesList从类继承的字段 com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHints从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaccept0(MySqlASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) clone()voidgetHints()intbooleanbooleanbooleanbooleanbooleanisIgnore()booleanbooleanbooleanvoidsetDelayed(boolean delayed) voidsetFulltextDictionary(boolean fulltextDictionary) voidsetHighPriority(boolean highPriority) voidvoidsetIfNotExists(boolean ifNotExists) voidsetIgnore(boolean ignore) voidsetLowPriority(boolean lowPriority) voidsetOverwrite(boolean overwrite) voidsetRollbackOnFail(boolean rollbackOnFail) 从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLInsertStatement
cloneTo, getChildren, getDbType, getWith, isAfterSemi, isUpsert, setAfterSemi, setDbType, setUpsert, setWith, toString从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLInsertInto
addColumn, addInsertBeforeComment, addPartition, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getHint, getInsertBeforeCommentsDirect, getPartitions, getQuery, getTableName, getTableSource, getValues, getValuesList, replace, setAlias, setColumnsString, setHint, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValues从类继承的方法 com.alibaba.druid.sql.ast.SQLStatementImpl
getHeadHintsDirect, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedString从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSourceColumn, setSourceLine从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent从接口继承的方法 com.alibaba.druid.sql.ast.SQLStatement
getHeadHintsDirect, setHeadHints, toLowerCaseString, toParameterizedString, toString
-
字段详细资料
-
hints
-
-
构造器详细资料
-
MySqlInsertStatement
public MySqlInsertStatement()
-
-
方法详细资料
-
cloneTo
-
getDuplicateKeyUpdate
-
isLowPriority
public boolean isLowPriority() -
setLowPriority
public void setLowPriority(boolean lowPriority) -
isDelayed
public boolean isDelayed() -
setDelayed
public void setDelayed(boolean delayed) -
isHighPriority
public boolean isHighPriority() -
setHighPriority
public void setHighPriority(boolean highPriority) -
isIgnore
public boolean isIgnore() -
setIgnore
public void setIgnore(boolean ignore) -
isRollbackOnFail
public boolean isRollbackOnFail() -
setRollbackOnFail
public void setRollbackOnFail(boolean rollbackOnFail) -
isFulltextDictionary
public boolean isFulltextDictionary() -
setFulltextDictionary
public void setFulltextDictionary(boolean fulltextDictionary) -
isIfNotExists
public boolean isIfNotExists() -
setIfNotExists
public void setIfNotExists(boolean ifNotExists) -
accept0
- 覆盖:
accept0在类中SQLInsertStatement
-
accept0
-
getHintsSize
public int getHintsSize() -
getHints
-
setHints
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLStatement- 覆盖:
clone在类中SQLInsertStatement
-
isOverwrite
public boolean isOverwrite()- 覆盖:
isOverwrite在类中SQLInsertInto
-
setOverwrite
public void setOverwrite(boolean overwrite) - 覆盖:
setOverwrite在类中SQLInsertInto
-