Skip navigation links

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

E17493-04


Package oracle.javatools.db.plsql

Classes for dealing with PL/SQL objects.

See:
          Description

Class Summary
DBObjectPlSqlFragment Top-most PL/SQL specific superclass of all PL/SQL DBObject classes in this package.
Function Representation of a PL/SQL Function.
Package Representation of a PL/SQL Package Spec
PackageBody Representation of a PL/SQL Package Body
PlSqlAttribute A representation of a Attribute within a Type.
PlSqlBlock When instantiated as a concrete class, this represents a PL/SQL Block.
PlSqlComparator  
PlSqlCompilerOptions  
PlSqlDatatype Representation of a PL/SQL Datatype sucj as a record, varray table etc.
PlSqlDeclarator Deprecated.
PlSqlDeclaratorFactory Deprecated.
PlSqlDerivedPropertyBuilder  
PlSqlFragment  
PlSqlIdentifier Wraps the information that identifes a plsql unit, namely NAME, TYPE and SCHEMA.
PlSqlInterrogator The PL/SQL Interrogator provides a structured model of PL/SQL source, User Defined Types and Trigger definitions.
PlSqlInterrogatorFactory  
PlSqlMethod Representation of a method within a PlSqlMethod.MethodType.
PlSqlParameter Representation of a parameter (argument) to any PL/SQL procedure, function or method.
PlSqlReference A reference from some PL/SQL to another DBObject.
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.
PlSqlSearch PlSqlSearch works in colaboration with the PlSqlTokenizer (and/or PlSqlInterrogator) to provide a search mechanism for PL/SQL (including Triggers and User Defined Types).
PlSqlSubProgram A representation of a PL/SQL procedure or function.
PlSqlToken  
PlSqlTokenizer  
PlSqlUtil  
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 Representation of a Database Trigger
Type  
TypeBody Representation of a Type Body

 

Enum Summary
PlSqlCompilerOptions.WarningCategory  
PlSqlCompilerOptions.WarningValue  
PlSqlDatatype.Structure  
PlSqlFragment.AlterSubType  
PlSqlFragment.Type  
PlSqlIdentifier.PlSqlType Enum for PL/SQL types PROCEDURE FUNCTION PACKAGE PACKAGE_BODY TYPE TYPE_BODY TRIGGER
PlSqlMethod.CallSpecLanguage  
PlSqlMethod.MethodType  
PlSqlParameter.Mode  
PlSqlReference.ReferenceType  
PlSqlToken.Type  
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  

 

Exception Summary
PlSqlSearchException  

 

Package oracle.javatools.db.plsql Description

Classes for dealing with PL/SQL objects.

Since:
11.1.2.0.0

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.