public class SQLExportTableStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLExportTableStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpr |
getForReplication() |
List<SQLAssignItem> |
getPartition() |
SQLExprTableSource |
getTable() |
SQLExpr |
getTo() |
void |
setForReplication(SQLExpr x) |
void |
setTable(SQLExprTableSource x) |
void |
setTo(SQLExpr x) |
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 SQLExprTableSource getTable()
public void setTable(SQLExprTableSource x)
public List<SQLAssignItem> getPartition()
public SQLExpr getTo()
public void setTo(SQLExpr x)
public SQLExpr getForReplication()
public void setForReplication(SQLExpr x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.