|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement
com.alibaba.druid.sql.dialect.hive.ast.stmt.HiveCreateTableStatement
public class HiveCreateTableStatement
| 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 |
|---|
public HiveCreateTableStatement()
| Method Detail |
|---|
public HiveCreateTableStatement.PartitionedBy getPartitionedBy()
public void setPartitionedBy(HiveCreateTableStatement.PartitionedBy partitionedBy)
public void accept0(HiveASTVisitor visitor)
accept0 in interface HiveSQLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||