类 SQLInsertInto
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLInsertInto
- 所有已实现的接口:
SQLDbTypedObject,SQLObject,SQLReplaceable,SQLStatement
-
字段概要
字段修饰符和类型字段说明protected Stringprotected longprotected booleanprotected List<SQLAssignItem>protected SQLSelectprotected SQLExprTableSourceprotected final List<SQLInsertStatement.ValuesClause>从类继承的字段 com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHints从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidaddInsertBeforeComment(List<String> comments) voidaddPartition(SQLAssignItem partition) voidaddValueCause(SQLInsertStatement.ValuesClause valueClause) abstract SQLInsertIntoclone()voidgetAlias()longgetHint()getQuery()booleanbooleanvoidvoidsetColumnsString(String columnsString, long columnsStringHash) voidvoidsetOverwrite(boolean overwrite) voidvoidsetQuery(SQLSelectQuery query) voidsetTableName(SQLName tableName) voidsetTableSource(SQLName tableName) voidsetTableSource(SQLExprTableSource tableSource) void从类继承的方法 com.alibaba.druid.sql.ast.SQLStatementImpl
accept0, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, 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
-
字段详细资料
-
insertBeforeComments
-
tableSource
-
columns
-
columnsString
-
columnsStringHash
protected transient long columnsStringHash -
query
-
valuesList
-
overwrite
protected boolean overwrite -
partitions
-
-
构造器详细资料
-
SQLInsertInto
public SQLInsertInto()
-
-
方法详细资料
-
cloneTo
-
addInsertBeforeComment
-
getInsertBeforeCommentsDirect
-
replace
- 指定者:
replace在接口中SQLReplaceable
-
getHint
- 覆盖:
getHint在类中SQLObjectImpl
-
setHint
- 覆盖:
setHint在类中SQLObjectImpl
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLStatement- 覆盖:
clone在类中SQLStatementImpl
-
getAlias
-
setAlias
-
getTableSource
-
setTableSource
-
getTableName
-
setTableName
-
setTableSource
-
getQuery
-
setQuery
-
setQuery
-
getColumns
-
addColumn
-
getValues
-
setValues
-
getValuesList
-
addValueCause
-
getColumnsString
-
getColumnsStringHash
public long getColumnsStringHash() -
setColumnsString
-
isOverwrite
public boolean isOverwrite() -
setOverwrite
public void setOverwrite(boolean overwrite) -
addPartition
-
getPartitions
-