| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.namespace | |
| gudusoft.gsqlparser.scriptWriter |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TVarDeclStmt node) |
void |
TParseTreeVisitor.preVisit(TVarDeclStmt node) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeBuilder.preVisit(TVarDeclStmt stmt) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TVarDeclStmt> |
PlsqlVariableNamespace.getVariables()
Get all variable declarations in this block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OraclePackageNamespace.addVariable(TVarDeclStmt varDecl)
Add a variable/constant member from TVarDeclStmt.
|
void |
PlsqlVariableNamespace.addVariable(TVarDeclStmt varDecl)
Add a variable declaration to this namespace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TScriptGeneratorVisitor.preVisit(TVarDeclStmt stmt) |