| 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<TAlterTypeOption> |
TAlterTypeSqlNode.getAlterTypeOptionList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TAlterTypeOption node) |
void |
TParseTreeVisitor.preVisit(TAlterTypeOption node) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TAlterTypeOption> |
TAlterTypeStatement.getAlterTypeOptionList() |