| 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<TRoleOption> |
TAlterRoleSqlNode.getRoleOptions() |
ArrayList<TRoleOption> |
TCreateRoleSqlNode.getRoleOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TRoleOption stmt) |
void |
TParseTreeVisitor.preVisit(TRoleOption stmt) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TRoleOption> |
TCreateRoleStmt.getRoleOptions() |
ArrayList<TRoleOption> |
TAlterRoleStmt.getRoleOptions() |