| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.scriptWriter | |
| gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
TIntoClause |
TSelectSqlNode.getIntoClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TIntoClause node) |
void |
TParseTreeVisitor.preVisit(TIntoClause node) |
void |
TSelectSqlNode.setIntoClause(TIntoClause intoClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
TScriptGeneratorVisitor.preVisit(TIntoClause node) |
| Modifier and Type | Method and Description |
|---|---|
TIntoClause |
TSelectSqlStatement.getIntoClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
TSelectSqlStatement.setIntoClause(TIntoClause intoClause) |
Copyright © 2019. All rights reserved.