Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
THiveTableProperties |
TCreateTableSqlNode.getHiveTableProperties() |
THiveTableProperties |
TCreateIndexSqlNode.getTableProperties() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(THiveTableProperties node) |
void |
TParseTreeVisitor.preVisit(THiveTableProperties node) |
void |
TCreateTableSqlNode.setHiveTableProperties(THiveTableProperties hiveTableProperties) |
void |
TCreateIndexSqlNode.setTableProperties(THiveTableProperties tableProperties) |
Modifier and Type | Method and Description |
---|---|
THiveTableProperties |
TCreateTableSqlStatement.getHiveTableProperties()
Hive, Impala table properties
|
THiveTableProperties |
TCreateIndexSqlStatement.getTableProperties() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlStatement.setHiveTableProperties(THiveTableProperties hiveTableProperties) |
void |
TCreateIndexSqlStatement.setTableProperties(THiveTableProperties tableProperties) |
Copyright © 2019. All rights reserved.