Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.stmt.oracle |
Modifier and Type | Method and Description |
---|---|
TCallSpec |
TCreateProcedureSqlNode.getCallSpec() |
TCallSpec |
TCreateFunctionSqlNode.getCallSpec() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateProcedureSqlNode.setCallSpec(TCallSpec callSpec) |
void |
TCreateFunctionSqlNode.setCallSpec(TCallSpec callSpec) |
Modifier and Type | Method and Description |
---|---|
TCallSpec |
TPlsqlCreateProcedure.getCallSpec() |
TCallSpec |
TPlsqlCreateFunction.getCallSpec()
call specification
|
Modifier and Type | Method and Description |
---|---|
void |
TPlsqlCreateProcedure.setCallSpec(TCallSpec callSpec) |
void |
TPlsqlCreateFunction.setCallSpec(TCallSpec callSpec) |
Copyright © 2019. All rights reserved.