public class HiveInsert extends SQLInsertInto
| Constructor and Description |
|---|
HiveInsert() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartition(SQLAssignItem partition) |
SQLInsertInto |
clone() |
void |
cloneTo(HiveInsert x) |
List<SQLAssignItem> |
getPartitions() |
SQLSelect |
getQuery() |
SQLExprTableSource |
getTableSource() |
boolean |
isOverwrite() |
void |
setOverwrite(boolean overwrite) |
void |
setPartitions(List<SQLAssignItem> partitions) |
void |
setQuery(SQLSelect query) |
void |
setTableSource(SQLExprTableSource tableSource) |
void |
setTableSource(SQLName tableName) |
addColumn, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getTableName, getValues, getValuesList, setAlias, setColumnsString, setQuery, setTableName, setValuesaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic boolean isOverwrite()
public void setOverwrite(boolean overwrite)
public List<SQLAssignItem> getPartitions()
public void addPartition(SQLAssignItem partition)
public void setPartitions(List<SQLAssignItem> partitions)
public void cloneTo(HiveInsert x)
public SQLInsertInto clone()
clone in interface SQLObjectclone 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 SQLInsertIntoCopyright © 2013–2018 Alibaba Group. All rights reserved.