com.alibaba.druid.sql.dialect.hive.ast.stmt
Class HiveCreateTableStatement

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLStatementImpl
          extended by com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement
              extended by com.alibaba.druid.sql.dialect.hive.ast.stmt.HiveCreateTableStatement
All Implemented Interfaces:
SQLObject, SQLStatement, SQLDDLStatement, HiveSQLObject, HiveStatement, Serializable

public class HiveCreateTableStatement
extends SQLCreateTableStatement
implements HiveStatement

See Also:
Serialized Form

Nested Class Summary
static class HiveCreateTableStatement.PartitionedBy
           
 
Nested classes/interfaces inherited from class com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement
SQLCreateTableStatement.Type
 
Constructor Summary
HiveCreateTableStatement()
           
 
Method Summary
 void accept0(HiveASTVisitor visitor)
           
 HiveCreateTableStatement.PartitionedBy getPartitionedBy()
           
 void setPartitionedBy(HiveCreateTableStatement.PartitionedBy partitionedBy)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement
getName, getTableElementList, getTableSource, getType, output, setName, setTableSource, setType
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

HiveCreateTableStatement

public HiveCreateTableStatement()
Method Detail

getPartitionedBy

public HiveCreateTableStatement.PartitionedBy getPartitionedBy()

setPartitionedBy

public void setPartitionedBy(HiveCreateTableStatement.PartitionedBy partitionedBy)

accept0

public void accept0(HiveASTVisitor visitor)
Specified by:
accept0 in interface HiveSQLObject


Copyright © 2012 Alibaba Group. All Rights Reserved.