public class HiveMultiInsertStatement extends SQLStatementImpl
| Constructor and Description |
|---|
HiveMultiInsertStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(HiveASTVisitor visitor) |
void |
addItem(HiveInsert item) |
SQLTableSource |
getFrom() |
List<HiveInsert> |
getItems() |
SQLWithSubqueryClause |
getWith() |
void |
setFrom(SQLTableSource x) |
void |
setWith(SQLWithSubqueryClause with) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, 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 setFrom(SQLTableSource x)
public SQLTableSource getFrom()
public List<HiveInsert> getItems()
public void addItem(HiveInsert item)
public void accept0(HiveASTVisitor visitor)
public SQLWithSubqueryClause getWith()
public void setWith(SQLWithSubqueryClause with)
Copyright © 2013–2022 Alibaba Group. All rights reserved.