| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.nodes.oceanbase | |
| gudusoft.gsqlparser.stmt.oceanbase |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TOceanbaseTablegroupOption node) |
void |
TParseTreeVisitor.preVisit(TOceanbaseTablegroupOption node) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TOceanbaseTablegroupOption> |
TOceanbaseCreateTablegroupSqlNode.getTablegroupOptions() |
ArrayList<TOceanbaseTablegroupOption> |
TOceanbaseAlterTablegroupSqlNode.getTablegroupOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
TOceanbaseCreateTablegroupSqlNode.addTablegroupOption(TOceanbaseTablegroupOption option) |
void |
TOceanbaseAlterTablegroupSqlNode.addTablegroupOption(TOceanbaseTablegroupOption option) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TOceanbaseTablegroupOption> |
TAlterTablegroupSqlStatement.getTablegroupOptions() |
ArrayList<TOceanbaseTablegroupOption> |
TCreateTablegroupSqlStatement.getTablegroupOptions() |