Uses of Class
gudusoft.gsqlparser.nodes.TCallSpec

Packages that use TCallSpec
gudusoft.gsqlparser.nodes   
gudusoft.gsqlparser.stmt.oracle   
 

Uses of TCallSpec in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TCallSpec
 TCallSpec TCreateFunctionSqlNode.getCallSpec()
           
 TCallSpec TCreateProcedureSqlNode.getCallSpec()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TCallSpec
 void TCreateFunctionSqlNode.setCallSpec(TCallSpec callSpec)
           
 void TCreateProcedureSqlNode.setCallSpec(TCallSpec callSpec)
           
 

Uses of TCallSpec in gudusoft.gsqlparser.stmt.oracle
 

Methods in gudusoft.gsqlparser.stmt.oracle that return TCallSpec
 TCallSpec TPlsqlCreateFunction.getCallSpec()
          call specification
 TCallSpec TPlsqlCreateProcedure.getCallSpec()