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