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

E17493-02

Uses of Package
oracle.javatools.db.plsql

Packages that use oracle.javatools.db.plsql
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.db.datatypes Classes related to datatypes in the database API. 
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
oracle.javatools.db.plsql Classes for dealing with PL/SQL objects. 
oracle.javatools.db.sql Contains an API for declaratively parsing SQL queries (SELECT statements). 
oracle.jdeveloper.offlinedb.model Classes that define an offline database's settings and properties. 
 

Classes in oracle.javatools.db.plsql used by oracle.javatools.db
PlSqlCompilerOptions
           
PlSqlInterrogator
          The PL/SQL Interrogator provides a structured model of PL/SQL source, User Defined Types and Trigger definitions.
 

Classes in oracle.javatools.db.plsql used by oracle.javatools.db.datatypes
PlSqlReference
          A reference from some PL/SQL to another DBObject.
Type
           
 

Classes in oracle.javatools.db.plsql used by oracle.javatools.db.ora
PlSqlIdentifier
          Wraps the information that identifes a plsql unit, namely NAME, TYPE and SCHEMA.
 

Classes in oracle.javatools.db.plsql used by oracle.javatools.db.plsql
DBObjectPlSqlFragment
          Top-most PL/SQL specific superclass of all PL/SQL DBObject classes in this package.
PlSqlAttribute
          A representation of a Attribute within a Type.
PlSqlBlock
          When instantiated as a concrete class, this represents a PL/SQL Block.
PlSqlCompilerOptions.WarningCategory
           
PlSqlCompilerOptions.WarningValue
           
PlSqlDatatype
          Representation of a PL/SQL Datatype sucj as a record, varray table etc.
PlSqlDatatype.Structure
           
PlSqlDeclarator
          Deprecated. 
PlSqlFragment
           
PlSqlFragment.AlterSubType
           
PlSqlFragment.Type
           
PlSqlIdentifier
          Wraps the information that identifes a plsql unit, namely NAME, TYPE and SCHEMA.
PlSqlIdentifier.PlSqlType
          Enum for PL/SQL types PROCEDURE FUNCTION PACKAGE PACKAGE_BODY TYPE TYPE_BODY TRIGGER
PlSqlInterrogator
          The PL/SQL Interrogator provides a structured model of PL/SQL source, User Defined Types and Trigger definitions.
PlSqlMethod
          Representation of a method within a PlSqlMethod.MethodType.
PlSqlMethod.CallSpecLanguage
           
PlSqlMethod.MethodType
           
PlSqlParameter
          Representation of a parameter (argument) to any PL/SQL procedure, function or method.
PlSqlParameter.Mode
           
PlSqlReference
          A reference from some PL/SQL to another DBObject.
PlSqlReference.ReferenceType
           
PlSqlSchemaObject
          Abstract superclass of all Schema level PL/SQL objects (ie SourceObjects) other than Procedure and Function as they extend PlSqlSubProgram.
PlSqlSchemaObjectBody
          Abstract superclass of PackageBody and TypeBody.
PlSqlSchemaObjectSpec
          Abstract superclass of object types that can have bodies, ie Package and Type.
PlSqlSubProgram
          A representation of a PL/SQL procedure or function.
PlSqlToken
           
PlSqlToken.Type
           
PlSqlVariable
          A representation of a PL/SQL variable (or constant) defined at any scope in a PL/SQL object.
Procedure
          Representation of a PL/SQL Procedure.
Trigger.BaseType
          Base type for the Trigger (i.e.
Trigger.Timing
          Timing of a trigger - at what point relative to the trigger event the trigger's code will be executed.
Type.SQLJUsingType
           
 

Classes in oracle.javatools.db.plsql used by oracle.javatools.db.sql
PlSqlToken
           
 

Classes in oracle.javatools.db.plsql used by oracle.jdeveloper.offlinedb.model
Type
           
 


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.