Package | Description |
---|---|
gudusoft.gsqlparser.sqlenv |
Modifier and Type | Class and Description |
---|---|
class |
TSQLFunction
SQL function
|
class |
TSQLOraclePackage
SQL procedure
|
class |
TSQLProcedure
SQL procedure
|
class |
TSQLTrigger
SQL trigger
|
Modifier and Type | Method and Description |
---|---|
TSQLRoutine |
TSQLEnv.addSQLRoutine(String qualifiedProcedureName,
boolean fromDDL,
ESQLDataObjectType type) |
TSQLRoutine |
TSQLParameter.getSqlRoutine() |
Constructor and Description |
---|
TSQLParameter(TSQLRoutine sqlFunction,
int index,
TTypeName dataType,
String parameterName) |