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 |
---|---|
ArrayList<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(ArrayList<TIndexDefinition> indexDefinitions) |
Modifier and Type | Method and Description |
---|---|
ArrayList<TIndexDefinition> |
TCreateTableSqlStatement.getIndexDefinitions()
Teradata index definition
|
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlStatement.setIndexDefinitions(ArrayList<TIndexDefinition> indexDefinitions) |