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

E17493-02

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

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

Uses of DBObjectPlSqlFragment in oracle.javatools.db.plsql
 

Subclasses of DBObjectPlSqlFragment 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 PlSqlAttribute
          A representation of a Attribute within a Type.
 class PlSqlBlock
          When instantiated as a concrete class, this represents a PL/SQL Block.
 class PlSqlDatatype
          Representation of a PL/SQL Datatype sucj as a record, varray table etc.
 class PlSqlMethod
          Representation of a method within a PlSqlMethod.MethodType.
 class PlSqlParameter
          Representation of a parameter (argument) to any PL/SQL procedure, function or method.
 class PlSqlReference
          A reference from some PL/SQL to another DBObject.
 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 PlSqlVariable
          A representation of a PL/SQL variable (or constant) defined at any scope in a PL/SQL object.
 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 DBObjectPlSqlFragment
 DBObjectPlSqlFragment DBObjectPlSqlFragment.getChildAtOffset(int offset)
          Find a child DBObjectPlSqlFragment at the given offset in the source of the parent SourceObject.
 


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

E17493-02

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