Package | Description |
---|---|
gudusoft.gsqlparser.dlineage.dataflow.model |
Modifier and Type | Method and Description |
---|---|
Argument |
ModelFactory.createProcedureArgument(OraclePackage oraclePackage,
TParameterDeclaration parameter,
int index) |
Argument |
ModelFactory.createProcedureArgument(Procedure procedure,
TParameterDeclaration parameter,
int index) |
Argument |
ArgumentRelationshipElement.getElement() |
Modifier and Type | Method and Description |
---|---|
List<Argument> |
Procedure.getArguments() |
List<Argument> |
OraclePackage.getArguments() |
Modifier and Type | Method and Description |
---|---|
void |
Procedure.addArgument(Argument argument) |
void |
OraclePackage.addArgument(Argument argument) |
Modifier and Type | Method and Description |
---|---|
void |
Procedure.setArguments(List<Argument> arguments) |
void |
OraclePackage.setArguments(List<Argument> arguments) |
Constructor and Description |
---|
ArgumentRelationshipElement(Argument argument) |
ArgumentRelationshipElement(Argument argument,
ESqlClause relationLocation) |
ArgumentRelationshipElement(Argument argument,
int index) |