| 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 |
|---|---|
TPTNodeList<TIndexDefinition> |
TCreateTableSqlNode.getIndexDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TIndexDefinition node) |
void |
TParseTreeVisitor.preVisit(TIndexDefinition node) |
| Modifier and Type | Method and Description |
|---|---|
void |
TCreateTableSqlNode.setIndexDefinitions(TPTNodeList<TIndexDefinition> indexDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
TPTNodeList<TIndexDefinition> |
TCreateTableSqlStatement.getIndexDefinitions()
Teradata index definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCreateTableSqlStatement.setIndexDefinitions(TPTNodeList<TIndexDefinition> indexDefinitions) |
Copyright © 2019. All rights reserved.