public class OdpsCreateTableStatement extends SQLCreateTableStatement
SQLCreateTableStatement.Type
Constructor and Description |
---|
OdpsCreateTableStatement() |
Modifier and Type | Method and Description |
---|---|
void |
addPartitionColumn(SQLColumnDefinition column) |
int |
getBuckets() |
List<SQLName> |
getClusteredBy() |
SQLExpr |
getLifecycle() |
SQLExprTableSource |
getLike() |
List<SQLColumnDefinition> |
getPartitionColumns() |
List<SQLName> |
getSortedBy() |
void |
setBuckets(int buckets) |
void |
setLifecycle(SQLExpr lifecycle) |
void |
setLike(SQLExprTableSource like) |
void |
setLike(SQLName like) |
addBodyBeforeComment, apply, apply, apply, clone, cloneTo, computeName, findColumn, findColumn, findForeignKey, findIndex, findPrimaryKey, findUnique, forEachColumn, foreignKeyToAlterTable, getBodyBeforeCommentsDirect, getChildren, getComment, getCompress, getInherits, getLogging, getName, getPartitioning, getSchema, getSelect, getStoredAs, getTableElementList, getTableSource, getTablespace, getType, hasBodyBeforeComment, hashForeignKey, isIfNotExiists, isMUL, isOnCommitPreserveRows, isPrimaryColumn, isReferenced, isReferenced, isUNI, renameColumn, setComment, setCompress, setIfNotExiists, setInherits, setLogging, setName, setName, setOnCommitPreserveRows, setPartitioning, setSchema, setSelect, setStoredAs, setTableSource, setTablespace, setType, simplify, sort, toString
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExprTableSource getLike()
getLike
in class SQLCreateTableStatement
public void setLike(SQLName like)
setLike
in class SQLCreateTableStatement
public void setLike(SQLExprTableSource like)
setLike
in class SQLCreateTableStatement
public List<SQLColumnDefinition> getPartitionColumns()
public void addPartitionColumn(SQLColumnDefinition column)
public SQLExpr getLifecycle()
public void setLifecycle(SQLExpr lifecycle)
public int getBuckets()
public void setBuckets(int buckets)
Copyright © 2013–2017 Alibaba Group. All rights reserved.