|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
FunctionRepresentation of a PL/SQL Function. |
class |
PackageRepresentation of a PL/SQL Package Spec |
class |
PackageBodyRepresentation of a PL/SQL Package Body |
class |
PlSqlMethodRepresentation of a method within a PlSqlMethod.MethodType. |
class |
PlSqlSchemaObjectAbstract superclass of all Schema level PL/SQL objects (ie SourceObjects) other than Procedure and Function as they extend PlSqlSubProgram. |
class |
PlSqlSchemaObjectBodyAbstract superclass of PackageBody and TypeBody. |
class |
PlSqlSchemaObjectSpecAbstract superclass of object types that can have bodies, ie Package and Type. |
class |
PlSqlSubProgramA representation of a PL/SQL procedure or function. |
class |
ProcedureRepresentation of a PL/SQL Procedure. |
class |
TriggerRepresentation of a Database Trigger |
class |
Type |
class |
TypeBodyRepresentation 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 |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||