public class HiveInsert extends SQLInsertInto
| Constructor and Description |
|---|
HiveInsert() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValueCause(SQLInsertStatement.ValuesClause valueClause) |
SQLInsertInto |
clone() |
SQLSelect |
getQuery() |
SQLExprTableSource |
getTableSource() |
List<SQLInsertStatement.ValuesClause> |
getValuesList() |
void |
setPartitions(List<SQLAssignItem> partitions) |
void |
setQuery(SQLSelect query) |
void |
setTableSource(SQLExprTableSource tableSource) |
void |
setTableSource(SQLName tableName) |
addColumn, addInsertBeforeComment, addPartition, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getHint, getInsertBeforeCommentsDirect, getPartitions, getTableName, getValues, isOverwrite, replace, setAlias, setColumnsString, setHint, setOverwrite, setQuery, setTableName, setValuesgetChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void setPartitions(List<SQLAssignItem> partitions)
public SQLInsertInto clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLInsertIntopublic SQLExprTableSource getTableSource()
getTableSource in class SQLInsertIntopublic void setTableSource(SQLExprTableSource tableSource)
setTableSource in class SQLInsertIntopublic void setTableSource(SQLName tableName)
setTableSource in class SQLInsertIntopublic SQLSelect getQuery()
getQuery in class SQLInsertIntopublic void setQuery(SQLSelect query)
setQuery in class SQLInsertIntopublic List<SQLInsertStatement.ValuesClause> getValuesList()
getValuesList in class SQLInsertIntopublic void addValueCause(SQLInsertStatement.ValuesClause valueClause)
addValueCause in class SQLInsertIntoCopyright © 2013–2021 Alibaba Group. All rights reserved.