public class OdpsCreateTableStatement extends SQLCreateTableStatement
SQLCreateTableStatement.Type| 构造器和说明 |
|---|
OdpsCreateTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLExpr |
getComment() |
SQLExprTableSource |
getLike() |
List<SQLColumnDefinition> |
getPartitionColumns() |
boolean |
isIfNotExiists() |
void |
setComment(SQLExpr comment) |
void |
setIfNotExiists(boolean ifNotExiists) |
void |
setLike(SQLExprTableSource like) |
void |
setLike(SQLName like) |
getName, getTableElementList, getTableSource, getType, output, setName, setTableSource, setTypetoStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic boolean isIfNotExiists()
public void setIfNotExiists(boolean ifNotExiists)
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()
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.