public class OdpsCreateTableStatement extends SQLCreateTableStatement
SQLCreateTableStatement.Type
构造器和说明 |
---|
OdpsCreateTableStatement() |
限定符和类型 | 方法和说明 |
---|---|
SQLExpr |
getComment() |
SQLExpr |
getLifecycle() |
SQLExprTableSource |
getLike() |
List<SQLColumnDefinition> |
getPartitionColumns() |
SQLSelect |
getSelect() |
void |
setComment(SQLExpr comment) |
void |
setLifecycle(SQLExpr lifecycle) |
void |
setLike(SQLExprTableSource like) |
void |
setLike(SQLName like) |
void |
setSelect(SQLSelect select) |
getInherits, getName, getTableElementList, getTableSource, getType, isIfNotExiists, setIfNotExiists, setInherits, setName, setTableSource, setType
getDbType, setDbType, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public 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 SQLExpr getLifecycle()
public void setLifecycle(SQLExpr lifecycle)
public SQLSelect getSelect()
public void setSelect(SQLSelect select)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.