Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.stmt.teradata |
Modifier and Type | Method and Description |
---|---|
TCollectColumnIndex |
TCollectStatisticsSqlNode.getColumnIndex() |
Modifier and Type | Method and Description |
---|---|
ArrayList<TCollectColumnIndex> |
TCollectStatisticsSqlNode.getColumnIndexList() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TCollectColumnIndex node) |
void |
TParseTreeVisitor.preVisit(TCollectColumnIndex node) |
Modifier and Type | Method and Description |
---|---|
ArrayList<TCollectColumnIndex> |
TTeradataCollectStatistics.getColumnIndexList() |
Modifier and Type | Method and Description |
---|---|
void |
TTeradataCollectStatistics.setColumnIndexList(ArrayList<TCollectColumnIndex> columnIndexList) |