| 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 |
|---|---|
TFlinkWithClause |
TCreateTableSqlNode.getFlinkWithClause()
Get the Flink WITH clause containing connector properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TFlinkWithClause node) |
void |
TParseTreeVisitor.preVisit(TFlinkWithClause node) |
void |
TCreateTableSqlNode.setFlinkWithClause(TFlinkWithClause flinkWithClause)
Set the Flink WITH clause.
|
| Modifier and Type | Method and Description |
|---|---|
TFlinkWithClause |
TCreateTableSqlStatement.getFlinkWithClause()
Get the Flink WITH clause containing connector properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCreateTableSqlStatement.setFlinkWithClause(TFlinkWithClause flinkWithClause)
Set the Flink WITH clause.
|