public class OdpsCreateTableStatement extends SQLCreateTableStatement
SQLCreateTableStatement.Type| Constructor and Description |
|---|
OdpsCreateTableStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartitionColumn(SQLColumnDefinition column) |
SQLExpr |
getComment() |
SQLExpr |
getLifecycle() |
SQLExprTableSource |
getLike() |
List<SQLColumnDefinition> |
getPartitionColumns() |
void |
setComment(SQLExpr comment) |
void |
setLifecycle(SQLExpr lifecycle) |
void |
setLike(SQLExprTableSource like) |
void |
setLike(SQLName like) |
addBodyBeforeComment, getBodyBeforeCommentsDirect, getInherits, getName, getSelect, getTableElementList, getTableSource, getType, hasBodyBeforeComment, isIfNotExiists, setIfNotExiists, setInherits, setName, setSelect, setTableSource, setTypegetDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExprTableSource getLike()
public void setLike(SQLName like)
public void setLike(SQLExprTableSource like)
public SQLExpr getComment()
public void setComment(SQLExpr comment)
public List<SQLColumnDefinition> getPartitionColumns()
public void addPartitionColumn(SQLColumnDefinition column)
public SQLExpr getLifecycle()
public void setLifecycle(SQLExpr lifecycle)
Copyright © 2013–2016 Alibaba Group. All rights reserved.