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

E13403-03

Uses of Class
oracle.javatools.db.AbstractSchemaObject

Packages that use AbstractSchemaObject
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.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
 

Uses of AbstractSchemaObject in oracle.javatools.db
 

Subclasses of AbstractSchemaObject in oracle.javatools.db
 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 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 Trigger
          Model of a database Trigger.
 class View
          Represents a database View.
 

Methods in oracle.javatools.db with parameters of type AbstractSchemaObject
protected  void AbstractSchemaObject.copyToImpl(AbstractSchemaObject copy, DBObject copyParent, IDPolicy idPolicy)
           
protected  boolean AbstractSchemaObject.equalsImpl(AbstractSchemaObject target)
           
 

Uses of AbstractSchemaObject in oracle.javatools.db.datatypes
 

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

Uses of AbstractSchemaObject in oracle.javatools.db.ora
 

Subclasses of AbstractSchemaObject 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-03

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