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() |
void |
setFrom(SQLTableSource from) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void setFrom(SQLTableSource from)
public SQLTableSource getFrom()
public List<HiveInsert> getItems()
public void addItem(HiveInsert item)
public void accept0(HiveASTVisitor visitor)
Copyright © 2013–2018 Alibaba Group. All rights reserved.