| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dataflow.model | |
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.scriptWriter |
| Modifier and Type | Method and Description |
|---|---|
TableColumn |
ModelFactory.createVariableProperty(Table variableTable,
TDeclareVariable variable) |
| Constructor and Description |
|---|
VariableProperty(Table variableTable,
TObjectName variableName,
TDeclareVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
TDeclareVariable |
TDeclareVariableList.getDeclareVariable(int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
TDeclareVariableList.addDeclareVariable(TDeclareVariable Item) |
void |
TParseTreeVisitor.postVisit(TDeclareVariable node) |
void |
TParseTreeVisitor.preVisit(TDeclareVariable node) |
| Modifier and Type | Method and Description |
|---|---|
void |
TScriptGeneratorVisitor.preVisit(TDeclareVariable variable) |