Skip navigation links

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

E17493-04


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

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

 

Uses of PlSqlBlock in oracle.javatools.db.plsql

 

Subclasses of PlSqlBlock in oracle.javatools.db.plsql
 class Function
          Representation of a PL/SQL Function.
 class Package
          Representation of a PL/SQL Package Spec
 class PackageBody
          Representation of a PL/SQL Package Body
 class PlSqlMethod
          Representation of a method within a PlSqlMethod.MethodType.
 class PlSqlSchemaObject
          Abstract superclass of all Schema level PL/SQL objects (ie SourceObjects) other than Procedure and Function as they extend PlSqlSubProgram.
 class PlSqlSchemaObjectBody
          Abstract superclass of PackageBody and TypeBody.
 class PlSqlSchemaObjectSpec
          Abstract superclass of object types that can have bodies, ie Package and Type.
 class PlSqlSubProgram
          A representation of a PL/SQL procedure or function.
 class Procedure
          Representation of a PL/SQL Procedure.
 class Trigger
          Representation of a Database Trigger
 class Type
           
 class TypeBody
          Representation of a Type Body

 

Methods in oracle.javatools.db.plsql that return PlSqlBlock
 PlSqlBlock[] PlSqlBlock.getBlocks()
          Get method for the Blocks property

 

Methods in oracle.javatools.db.plsql with parameters of type PlSqlBlock
 void PlSqlBlock.addBlock(PlSqlBlock block)
          Adds the given PlSqlBlock to the Blocks property array
static PlSqlSubProgram PlSqlUtil.findPlSqlSubProgram(java.util.List<java.lang.String> names, PlSqlBlock block)
           
static PlSqlSubProgram PlSqlUtil.findPlSqlSubProgram(java.lang.String callSignature, PlSqlBlock block)
           
 void PlSqlBlock.setBlocks(PlSqlBlock[] blocks)
          Set method for the Blocks property

 


Skip navigation links

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

E17493-04


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