| 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 |
|---|---|
TParameterDeclaration |
Argument.getParameterObject() |
| Modifier and Type | Method and Description |
|---|---|
Argument |
ModelFactory.createProcedureArgument(OraclePackage oraclePackage,
TParameterDeclaration parameter,
int index) |
Argument |
ModelFactory.createProcedureArgument(Procedure procedure,
TParameterDeclaration parameter,
int index) |
void |
Argument.setParameterObject(TParameterDeclaration parameterObject) |
| Constructor and Description |
|---|
Argument(OraclePackage oraclePackage,
TParameterDeclaration parameterObject,
int index) |
Argument(Procedure procedure,
TParameterDeclaration parameterObject,
int index) |
| Modifier and Type | Method and Description |
|---|---|
TParameterDeclaration |
TParameterDeclarationList.getParameterDeclarationItem(int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
TParameterDeclarationList.addParameterDeclarationItem(TParameterDeclaration ParameterDeclaration) |
void |
TParseTreeVisitor.postVisit(TParameterDeclaration node) |
void |
TParseTreeVisitor.preVisit(TParameterDeclaration node) |
| Modifier and Type | Method and Description |
|---|---|
void |
TScriptGeneratorVisitor.preVisit(TParameterDeclaration param) |