Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.db.plsql.PlSqlSubProgram

Packages that use PlSqlSubProgram
oracle.javatools.db.plsql Classes for dealing with PL/SQL objects. 
 

Uses of PlSqlSubProgram in oracle.javatools.db.plsql
 

Subclasses of PlSqlSubProgram in oracle.javatools.db.plsql
 class Function
          Representation of a PL/SQL Function.
 class PlSqlMethod
          Representation of a method within a PlSqlMethod.MethodType.
 class Procedure
          Representation of a PL/SQL Procedure.
 

Methods in oracle.javatools.db.plsql that return PlSqlSubProgram
static PlSqlSubProgram PlSqlUtil.findPlSqlSubProgram(java.util.List<java.lang.String> names, PlSqlBlock block)
           
static PlSqlSubProgram PlSqlUtil.findPlSqlSubProgram(java.lang.String callSignature, PlSqlBlock block)
           
 PlSqlSubProgram PlSqlBlock.getSubProgram(java.lang.String name)
          Gets a SubProgram of the given name
 PlSqlSubProgram[] PlSqlBlock.getSubPrograms()
          Get method for the SubPrograms property
 PlSqlSubProgram[] Type.getSubPrograms()
          Convenience method, overloads the superclass getSubPrograms but will return the same as getMethods()
 

Methods in oracle.javatools.db.plsql with parameters of type PlSqlSubProgram
 void PlSqlBlock.addSubProgram(PlSqlSubProgram subProgram)
          Adds the given PlSqlSubProgram to the SubPrograms property array
 void Type.addSubProgram(PlSqlSubProgram subProgram)
          Adds the given PlSqlSubProgram to the Methods property array.
 void PlSqlBlock.setSubPrograms(PlSqlSubProgram[] subPrograms)
          Set method for the SubPrograms property
 void Type.setSubPrograms(PlSqlSubProgram[] subPrograms)
          Convenience method, overloads the superclass setSubPrograms but each entry in the array must be a PlSqlMethod or an IllegalArgumentExcption will be thrown.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.