public class OdpsCreateTableStatement extends SQLCreateTableStatement
SQLCreateTableStatement.Type| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLExpr |
lifecycle |
private SQLExprTableSource |
like |
protected SQLExpr |
storedBy |
buckets, clusteredBy, comment, compress, ifNotExiists, inherits, logging, onCommitDeleteRows, onCommitPreserveRows, partitionColumns, partitioning, rowFormat, select, sortedBy, storedAs, tableElementList, tableOptions, tableSource, tablespace, typeafterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
OdpsCreateTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(OdpsASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getLifecycle() |
SQLExprTableSource |
getLike() |
SQLExpr |
getStoredBy() |
void |
setLifecycle(SQLExpr lifecycle) |
void |
setLike(SQLExprTableSource like) |
void |
setLike(SQLName like) |
void |
setStoredBy(SQLExpr x) |
addBodyBeforeComment, addClusteredByItem, addPartitionColumn, addSortedByItem, alterApply, apply, apply, apply, apply, clone, cloneTo, columnIndexOf, 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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExprTableSource like
protected SQLExpr storedBy
protected SQLExpr lifecycle
public SQLExprTableSource getLike()
getLike 在类中 SQLCreateTableStatementpublic void setLike(SQLName like)
setLike 在类中 SQLCreateTableStatementpublic void setLike(SQLExprTableSource like)
setLike 在类中 SQLCreateTableStatementpublic SQLExpr getLifecycle()
public void setLifecycle(SQLExpr lifecycle)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLCreateTableStatementprotected void accept0(OdpsASTVisitor visitor)
public SQLExpr getStoredBy()
public void setStoredBy(SQLExpr x)
Copyright © 2013–2019 Alibaba Group. All rights reserved.