public class SQLDumpStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLDumpStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLExprTableSource |
getInto() |
SQLSelect |
getSelect() |
boolean |
isOverwrite() |
void |
setInto(SQLExpr x) |
void |
setInto(SQLExprTableSource x) |
void |
setOverwrite(boolean overwrite) |
void |
setSelect(SQLSelect x) |
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 SQLSelect getSelect()
public void setSelect(SQLSelect x)
public SQLExprTableSource getInto()
public void setInto(SQLExpr x)
public void setInto(SQLExprTableSource x)
public boolean isOverwrite()
public void setOverwrite(boolean overwrite)
Copyright © 2013–2018 Alibaba Group. All rights reserved.