类 HiveInsert
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.dialect.hive.ast.HiveInsert
- 所有已实现的接口:
SQLDbTypedObject,SQLObject,SQLReplaceable,SQLStatement
-
字段概要
从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLInsertInto
columns, columnsString, columnsStringHash, insertBeforeComments, overwrite, 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(HiveASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) voidaddValueCause(SQLInsertStatement.ValuesClause valueClause) clone()getQuery()voidsetPartitions(List<SQLAssignItem> partitions) voidvoidsetTableSource(SQLName tableName) voidsetTableSource(SQLExprTableSource tableSource) 从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLInsertInto
addColumn, addInsertBeforeComment, addPartition, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getHint, getInsertBeforeCommentsDirect, getPartitions, getTableName, getValues, isOverwrite, replace, setAlias, setColumnsString, setHint, setOverwrite, setQuery, setTableName, setValues从类继承的方法 com.alibaba.druid.sql.ast.SQLStatementImpl
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
-
构造器详细资料
-
HiveInsert
public HiveInsert()
-
-
方法详细资料
-
setPartitions
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLStatement- 指定者:
clone在类中SQLInsertInto
-
getTableSource
- 覆盖:
getTableSource在类中SQLInsertInto
-
setTableSource
- 覆盖:
setTableSource在类中SQLInsertInto
-
setTableSource
- 覆盖:
setTableSource在类中SQLInsertInto
-
getQuery
- 覆盖:
getQuery在类中SQLInsertInto
-
setQuery
- 覆盖:
setQuery在类中SQLInsertInto
-
getValuesList
- 覆盖:
getValuesList在类中SQLInsertInto
-
addValueCause
- 覆盖:
addValueCause在类中SQLInsertInto
-
accept0
- 覆盖:
accept0在类中SQLStatementImpl
-
accept0
-