Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.scriptWriter | |
gudusoft.gsqlparser.stmt.db2 | |
gudusoft.gsqlparser.stmt.mssql | |
gudusoft.gsqlparser.stmt.mysql |
Modifier and Type | Method and Description |
---|---|
TDeclareVariableList |
TDeclareSqlNode.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TDeclareVariableList node) |
void |
TParseTreeVisitor.preVisit(TDeclareVariableList node) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TDeclareVariableList variables) |
Modifier and Type | Method and Description |
---|---|
TDeclareVariableList |
TDb2StatementDeclaration.getVariables() |
TDeclareVariableList |
TDb2SqlVariableDeclaration.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
TDb2StatementDeclaration.setVariables(TDeclareVariableList variables) |
void |
TDb2SqlVariableDeclaration.setVariables(TDeclareVariableList variables) |
Modifier and Type | Method and Description |
---|---|
TDeclareVariableList |
TMssqlDeclare.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
TMssqlDeclare.setVariables(TDeclareVariableList variables) |
Modifier and Type | Method and Description |
---|---|
TDeclareVariableList |
TMySQLDeclare.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
TMySQLDeclare.setVariables(TDeclareVariableList variables) |
Copyright © 2019. All rights reserved.