| 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 |
|---|---|
TPartitionBoundSpecSqlNode |
TAlterTableOption.getPartitionBoundSpec() |
TPartitionBoundSpecSqlNode |
TCreateTableSqlNode.getPartitionBoundSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TPartitionBoundSpecSqlNode node) |
void |
TParseTreeVisitor.preVisit(TPartitionBoundSpecSqlNode node) |
void |
TAlterTableOption.setPartitionBoundSpec(TPartitionBoundSpecSqlNode partitionBoundSpec) |
void |
TCreateTableSqlNode.setPartitionBoundSpec(TPartitionBoundSpecSqlNode partitionBoundSpec) |
| Modifier and Type | Method and Description |
|---|---|
TPartitionBoundSpecSqlNode |
TCreateTableSqlStatement.getPartitionBoundSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCreateTableSqlStatement.setPartitionBoundSpec(TPartitionBoundSpecSqlNode partitionBoundSpec) |