Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Uses of Interface
oracle.javatools.db.DeclarativePlSql

Packages that use DeclarativePlSql
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
 

Uses of DeclarativePlSql in oracle.javatools.db
 

Classes in oracle.javatools.db that implement DeclarativePlSql
 class Function
          Model of a pl/sql function.
 class PlSqlMethod
          Model of a method in a PL/SQL object.
 class PlSqlSubprogram
          Abstract implementation of PlSql for objects that are a simple subprogram (e.g.
 class Procedure
          Model of a pl/sql procedure.
 

Methods in oracle.javatools.db that return DeclarativePlSql
 DeclarativePlSql PlSqlParameter.getPlSql()
          Gets the PL/SQL routine that owns this parameter.
 

Methods in oracle.javatools.db with parameters of type DeclarativePlSql
 void PlSqlParameter.setPlSql(DeclarativePlSql object)
          Sets the ComplexType that owns this attribute.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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