Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.cm.ds.db.DBObject

Packages that use DBObject
oracle.jdeveloper.cm.ds.db Contains a metadata API for describing database objects. 
oracle.jdeveloper.cm.dt.wizard Contains classes related to Wizard implementations used with connection objects. 
 

Uses of DBObject in oracle.jdeveloper.cm.ds.db
 

Subinterfaces of DBObject in oracle.jdeveloper.cm.ds.db
 interface BinaryObject
           
 interface SchemaObject
          A SchemaObject represents a database object that can exist within the context of a schema.
 interface SourceObject
           
 

Classes in oracle.jdeveloper.cm.ds.db that implement DBObject
 class AbstractDBObject
          Provides an abstract implementation of the DBObject interface.
 class AbstractSchemaObject
          Provides a base implementation of the SchemaObject interface.
 class CheckConstraint
          A CheckConstraint constrains a table or view based on a conditional expression.
 class Column
          Model of a database column.
 class ColumnConstraint
           
 class Constraint
          A Constraint represents a constraint on a table or view.
 class FKConstraint
          A FKConstraint represents a Foreign Key Constraint.
 class Function
           
 class Index
          Model of a database index.
 class Java
           
 class JavaClass
           
 class JavaResource
           
 class JavaSource
           
 class ObjectType
           
 class ObjectTypeBody
           
 class Package
           
 class PackageBody
           
 class PKConstraint
          A PKConstraint represents a Primary Key constraint.
 class PlSql
           
 class 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 Synonym
          Model of a database synonym.
 class Table
          Model of a database table.
 class Trigger
           
 class UniqueConstraint
          A UniqueConstraint prohibits multiple rows from having the same value in the same column or combination of columns but allows some values to be null.
 class View
          Represents a database View.
 

Methods in oracle.jdeveloper.cm.ds.db that return DBObject
 DBObject TemporaryObjectID.resolveID()
           
 DBObject TemporaryObjectID.resolveOriginalID()
          Get the original object which this temporary one was copied from
 DBObject DBException.getObject()
          The object on which this exception occurred.
 DBObject ConstraintID.resolveID()
           
static DBObject DBUtil.makeTemporaryCopy(DBObject object)
          Makes a copy of the original object, with temporary reference ids.
static DBObject DBUtil.findChildInCopy(SchemaObject orig, SchemaObject copy, DBObject origChild)
          Given a child of an original object, finds the matching child of the copy
 DBObject DBObjectID.resolveID()
          Resolves the id into the object referenced.
protected  DBObject AbstractDBObjectProvider.findByID(DBObjectID id)
           
 

Methods in oracle.jdeveloper.cm.ds.db with parameters of type DBObject
static DBObjectID TemporaryObjectID.createID(DBObject obj)
          Creates a new DBObjectID pointing to a specific object.
static DBObjectID TemporaryObjectID.createID(DBObject obj, DBObject original)
          Creates a new DBObjectID pointing to a specific object.
static void DBObjectUpdateMessage.fireChildAdded(Subject subject, DBObject child, java.lang.Object extraData)
           
static void DBObjectUpdateMessage.fireChildAdded(Subject subject, DBObject child)
           
static void DBObjectUpdateMessage.fireChildRemoved(Subject subject, DBObject child)
           
 void DBObjectValidator.validateObject(DBObject object)
          Determines whether the specified DBObject is valid.
 void DBObjectValidator.validateObject(DBObject original, DBObject updated)
          Determines whether the specified updated DBObject is valid.
static DBObject DBUtil.makeTemporaryCopy(DBObject object)
          Makes a copy of the original object, with temporary reference ids.
static void DBUtil.updateObjectAndIDs(DBObject oldVersion, DBObject newVersion)
           
static DBObject DBUtil.findChildInCopy(SchemaObject orig, SchemaObject copy, DBObject origChild)
          Given a child of an original object, finds the matching child of the copy
static java.lang.String AbstractDBObjectProvider.convertObject(DBObject obj)
          Converts a DBObject into a String representation of the objec name.
 

Constructors in oracle.jdeveloper.cm.ds.db with parameters of type DBObject
ValidationException(DBObject object, java.lang.String message)
          Constructs a new ValidationException.
Properties(DBObject o)
           
MissingValidatorException(DBObject object)
          Constructs a new ValidationException.
DBException(DBObject obj, java.lang.String msg)
          Constructs a new DBException on the specified object with the specified message.
DBException(DBObject obj, java.lang.String msg, java.lang.Throwable cause)
          Constructs a new DBException on the specified object with the specified message and wrapping the specified throwable
 

Uses of DBObject in oracle.jdeveloper.cm.dt.wizard
 

Methods in oracle.jdeveloper.cm.dt.wizard with parameters of type DBObject
 boolean DBWizardFactory.canEditDBObject(Context ctx, Database db, DBObject object)
          Whether this DBWizardFactory will be able to edit an existing dabtabase object of a specific type in a specific context.
 boolean DBWizardFactory.editDBObject(Context ctx, Database db, DBObject object)
          Edits an existing dabtabase object of a specific type in a specific context.
 


Extension SDK

 

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