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, getInherits, getName, getSchema, getSelect, getTableElementList, getTableSource, getType, hasBodyBeforeComment, hashForeignKey, isIfNotExiists, isMUL, isPrimaryColumn, isReferenced, isReferenced, isUNI, setComment, setIfNotExiists, setInherits, setName, setName, setSchema, setSelect, setTableSource, setType, simplify, sort, toStringgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHintsaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbType, isAfterSemi, setAfterSemiaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExprTableSource getLike()
getLike in class SQLCreateTableStatementpublic void setLike(SQLName like)
setLike in class SQLCreateTableStatementpublic void setLike(SQLExprTableSource like)
setLike in class SQLCreateTableStatementpublic 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.