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

E13403-04

Uses of Class
oracle.javatools.db.AbstractBuildableObject

Packages that use AbstractBuildableObject
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.dictionary Contains a Database implementation (DictionaryDatabase) that retrieves information for retrieving object information using dictionary queries (instead of the JDBC metadata). 
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
 

Uses of AbstractBuildableObject in oracle.javatools.db
 

Classes in oracle.javatools.db with type parameters of type AbstractBuildableObject
 class AbstractDBObjectBuilder<T extends AbstractBuildableObject>
          Abstract implementation of DBObjectbuilder that provides core support for component building of objects.
 

Subclasses of AbstractBuildableObject in oracle.javatools.db
 class AbstractSchemaObject
          Provides a base implementation of the SchemaObject interface.
 class Function
          Model of a pl/sql function.
 class Index
          Model of a database index.
 class Java
          Abstract SchemaObject implementation for the different Java objects available in a database.
 class JavaClass
          Model of a Java Class.
 class JavaResource
          Model of a Java Resource object.
 class JavaSource
          Model of a Java Source object.
 class Package
          Model of a PL/SQL package in the database.
 class PlSql
          Abstract implementation of SchemaObject for all PL/SQL objects that belong in a Schema to extend.
 class PlSqlSubprogram
          Abstract implementation of PlSql for objects that are a simple subprogram (e.g.
 class Procedure
          Model of a pl/sql procedure.
 class Relation
          A Relation represents the basic entity of a relational database.
 class Schema
          Model of a database schema.
 class Sequence
          Model of a database sequence.
 class SpecPlSql
          Extension of PlSql for objects that have a spec and body.
 class Synonym
          Model of a database synonym.
 class Table
          Model of a database table.
 class Tablespace
          Model of a database schema.
 class Trigger
          Model of a database Trigger.
 class View
          Represents a database View.
 

Methods in oracle.javatools.db with parameters of type AbstractBuildableObject
protected  void AbstractBuildableObject.copyToImpl(AbstractBuildableObject copy, DBObject copyParent, IDPolicy idPolicy)
           
protected  boolean AbstractBuildableObject.equalsImpl(AbstractBuildableObject target)
           
protected  void AbstractDBObjectProvider.markForLazyInit(AbstractBuildableObject object)
           
protected  void AbstractDBObjectProvider.markForLazyInit(AbstractBuildableObject object, DBObjectBuilder builder)
           
 

Uses of AbstractBuildableObject in oracle.javatools.db.datatypes
 

Subclasses of AbstractBuildableObject in oracle.javatools.db.datatypes
 class ComplexType
          Implementation of DataType for ComplexTypes.
 class ObjectType
          Deprecated. 
 

Uses of AbstractBuildableObject in oracle.javatools.db.dictionary
 

Classes in oracle.javatools.db.dictionary with type parameters of type AbstractBuildableObject
 class DictionaryDBObjectBuilder<T extends AbstractBuildableObject>
          Extension of AbstractDBObjectBuilder that includes some database specific support such as connections and query wrappers.
 

Uses of AbstractBuildableObject in oracle.javatools.db.ora
 

Subclasses of AbstractBuildableObject in oracle.javatools.db.ora
 class DatabaseLink
          Model of a database DatabaseLink.
 class Directory
          Model of an Oracle Directory object.
 class Indextype
           
 class MaterializedView
          A MaterializedView represents a Materialized View in the database.
 class MaterializedViewLog
           
 class RecycledObject
          Model of an object that has been dropped and is now in the Oracle recycle bin.
 class XMLSchema
          Object to represent an XML Schema held in the database.
 


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

E13403-04

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