public class OdpsAddTableStatement extends OdpsStatementImpl implements SQLAlterStatement
| Constructor and Description |
|---|
OdpsAddTableStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpr |
getComment() |
List<SQLAssignItem> |
getPartitoins() |
SQLExprTableSource |
getTable() |
boolean |
isForce() |
void |
setComment(SQLExpr x) |
void |
setForce(boolean force) |
void |
setTable(SQLExprTableSource table) |
void |
setTable(SQLName table) |
toStringclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, 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, waitclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLExprTableSource getTable()
public void setTable(SQLExprTableSource table)
public void setTable(SQLName table)
public SQLExpr getComment()
public void setComment(SQLExpr x)
public boolean isForce()
public void setForce(boolean force)
public List<SQLAssignItem> getPartitoins()
Copyright © 2013–2021 Alibaba Group. All rights reserved.