com.alibaba.druid.sql.dialect.odps.ast
类 OdpsCreateTableStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement
com.alibaba.druid.sql.dialect.odps.ast.OdpsCreateTableStatement
- 所有已实现的接口:
- SQLObject, SQLStatement, SQLDDLStatement
public class OdpsCreateTableStatement
- extends SQLCreateTableStatement
OdpsCreateTableStatement
public OdpsCreateTableStatement()
isIfNotExiists
public boolean isIfNotExiists()
setIfNotExiists
public void setIfNotExiists(boolean ifNotExiists)
getLike
public SQLExprTableSource getLike()
setLike
public void setLike(SQLName like)
setLike
public void setLike(SQLExprTableSource like)
getComment
public SQLExpr getComment()
setComment
public void setComment(SQLExpr comment)
getPartitionColumns
public List<SQLColumnDefinition> getPartitionColumns()
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.