Skip navigation links

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

E17493-04


Uses of Interface
oracle.javatools.db.SourceObject

Packages that use SourceObject
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.plsql Classes for dealing with PL/SQL objects. 
oracle.jdeveloper.offlinedb Database API extension for saving database object definitions in XML files. 

 

Uses of SourceObject in oracle.javatools.db

 

Classes in oracle.javatools.db that implement SourceObject
 class JavaSource
          Model of a Java Source object.
 class PlSql
          Deprecated. use SourceObject instead
 class PlSqlSubprogram
          Deprecated. use PlSqlSubProgram instead
 class SpecPlSql
          Deprecated. use PlSqlSchemaObjectSpec instead

 

Methods in oracle.javatools.db with parameters of type SourceObject
static void TemplateExpander.applySourceFromTemplate(SourceObject object)
           
static void TemplateExpander.applySourceFromTemplate(SourceObject template, SourceObject object)
           

 

Uses of SourceObject in oracle.javatools.db.datatypes

 

Classes in oracle.javatools.db.datatypes that implement SourceObject
 class ComplexType
          Deprecated. use Type instead
 class ObjectType
          Deprecated. 

 

Uses of SourceObject in oracle.javatools.db.plsql

 

Classes in oracle.javatools.db.plsql that implement SourceObject
 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 PlSqlSchemaObject
          Abstract superclass of all Schema level PL/SQL objects (ie SourceObjects) other than Procedure and Function as they extend PlSqlSubProgram.
 class PlSqlSchemaObjectBody
          Abstract superclass of PackageBody and TypeBody.
 class PlSqlSchemaObjectSpec
          Abstract superclass of object types that can have bodies, ie Package and Type.
 class Procedure
          Representation of a PL/SQL Procedure.
 class Trigger
          Representation of a Database Trigger
 class Type
           
 class TypeBody
          Representation of a Type Body

 

Methods in oracle.javatools.db.plsql with parameters of type SourceObject
static void PlSqlDerivedPropertyBuilder.buildProperties(SourceObject sourceObject, DBObjectProvider provider)
           
static PlSqlDeclarator PlSqlDeclaratorFactory.getDeclarator(SourceObject plsql, DBObjectProvider prov)
          Deprecated. 
static PlSqlInterrogator PlSqlInterrogatorFactory.getInterrogator(SourceObject source)
           
 void PlSqlDeclarator.loadDeclarativeInfo(SourceObject obj)
          Deprecated.  
static void PlSqlDeclaratorFactory.loadDeclarativeInfo(SourceObject plsql, DBObjectProvider prov)
          Deprecated. 
static void PlSqlDerivedPropertyBuilder.updateSourceFromRefs(SourceObject sourceObject, DBObjectProvider provider)
           

 

Uses of SourceObject in oracle.jdeveloper.offlinedb

 

Methods in oracle.jdeveloper.offlinedb that return SourceObject
 SourceObject OfflineDBObjectFactory.newPlSql(java.lang.String type)
          Deprecated. 

 


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.