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


嵌套类摘要
 
从类 com.alibaba.druid.sql.ast.statement.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)
           
 
从类 com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement 继承的方法
getName, getTableElementList, getTableSource, getType, output, setName, setTableSource, setType
 
从类 com.alibaba.druid.sql.ast.SQLStatementImpl 继承的方法
toString
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

构造方法详细信息

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.