| 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(TOceanbaseDblinkOption node) |
void |
TParseTreeVisitor.preVisit(TOceanbaseDblinkOption node) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TOceanbaseDblinkOption> |
TOceanbaseCreateDblinkSqlNode.getDblinkOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
TOceanbaseCreateDblinkSqlNode.addDblinkOption(TOceanbaseDblinkOption option) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TOceanbaseDblinkOption> |
TCreateDblinkSqlStatement.getDblinkOptions() |