| Package | Description | 
|---|---|
| oracle.javatools.db.plsql | 
 Utility classes for working with (for example parsing) PL/SQL. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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  
Type. | 
class  | 
PlSqlSchemaObject
Abstract superclass of all Schema level PL/SQL objects (ie  
PlSqlSourceObjects)
 other than Procedure and Function as they extend PlSqlSubProgram. | 
class  | 
PlSqlSchemaObjectBody
Abstract superclass of  
PackageBody and  TypeBody. | 
class  | 
PlSqlSchemaObjectSpec
 | 
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
Representation of a PL/SQL Object Type. 
 | 
class  | 
TypeBody
Representation of a Type Body 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlSqlBlock[] | 
PlSqlBlock.getBlocks()
Deprecated. 
 
Use super.getStatements() 
 | 
PlSqlBlock[] | 
PlSqlSourceObject.getBlocks()
Deprecated. 
 
Use getStatements() 
 | 
PlSqlBlock[] | 
PlSqlBlock.getBlocks()
Deprecated. 
 
Use super.getStatements() 
 | 
PlSqlBlock[] | 
PlSqlSourceObject.getBlocks()
Deprecated. 
 
Use getStatements() 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlSqlBlock.addBlock(PlSqlBlock block)
Deprecated. 
 
Use super.addStatement() 
 | 
void | 
PlSqlBlock.addBlock(PlSqlBlock block)
Deprecated. 
 
Use super.addStatement() 
 | 
static PlSqlSubProgram | 
PlSqlUtilCore.findPlSqlSubProgram(java.lang.String callSignature,
                   PlSqlBlock block)
Finds the PlSqlSubProgram of the given signature in the given PlSqlBlock. 
 | 
static PlSqlSubProgram | 
PlSqlUtilCore.findPlSqlSubProgram(java.lang.String callSignature,
                   PlSqlBlock block)
Finds the PlSqlSubProgram of the given signature in the given PlSqlBlock. 
 | 
protected abstract PlSqlSubProgram | 
PlSqlUtilCore.findPlSqlSubProgramImpl(java.lang.String callSignature,
                       PlSqlBlock block)
 | 
protected abstract PlSqlSubProgram | 
PlSqlUtilCore.findPlSqlSubProgramImpl(java.lang.String callSignature,
                       PlSqlBlock block)
 | 
void | 
PlSqlBlock.setBlocks(PlSqlBlock[] blocks)
Deprecated. 
 
Use super.setStatements() 
 | 
void | 
PlSqlBlock.setBlocks(PlSqlBlock[] blocks)
Deprecated. 
 
Use super.setStatements() 
 |