Extension SDK 9.0.5

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

Packages that use DBObjectID
oracle.jdeveloper.cm.ds.db Contains a metadata API for describing database objects. 
 

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

Classes in oracle.jdeveloper.cm.ds.db that implement DBObjectID
 class ConstraintID
           
 class TemporaryObjectID
          Implementation od the DBObjectID interface for objects that only exist in memory.
 

Methods in oracle.jdeveloper.cm.ds.db that return DBObjectID
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.
 DBObjectID FKConstraint.getReferenceID()
          Retrieves the Object ID of the referenced unique constraint.
 DBObjectID ConstraintID.getParent()
           
 DBObjectID DBObject.getID()
          Retrieves the object ID associated with this object.
 DBObjectID AbstractDBObject.getID()
           
 

Methods in oracle.jdeveloper.cm.ds.db with parameters of type DBObjectID
 boolean TemporaryObjectID.equals(DBObjectID id)
           
 boolean TemporaryObjectID.equals(DBObjectID id, boolean strict)
           
 void FKConstraint.setReferenceID(DBObjectID id)
          Sets the Object ID of the referenced unique constraint.
 SchemaObject DMDBuilder.buildObject(DBObjectID id)
           
static ConstraintID ConstraintID.createObjectID(DBObjectID parent, java.lang.String cName, java.lang.String cType)
           
 boolean ConstraintID.equals(DBObjectID id)
           
 boolean ConstraintID.equals(DBObjectID id, boolean strict)
           
 SchemaObject AbstractDBObjectBuilder.buildObject(DBObjectID id)
           
 SchemaObject DBObjectBuilder.buildObject(DBObjectID id)
          Builds a new SchemaObject instance, using the specified ID.
 boolean DBObjectID.equals(DBObjectID id)
          Whether the specified id is equivalent to this id.
 boolean DBObjectID.equals(DBObjectID id, boolean strict)
          Whether the specified id is equivalent to this id.
protected  DBObject AbstractDBObjectProvider.findByID(DBObjectID id)
           
 void DBObject.setID(DBObjectID id)
          Sets the object ID associated with this object.
 void AbstractDBObject.setID(DBObjectID id)
           
 

Constructors in oracle.jdeveloper.cm.ds.db with parameters of type DBObjectID
AbstractDBObject(java.lang.String name, DBObjectID id)
           
AbstractSchemaObject(java.lang.String name, Schema schema, DBObjectID id)
          Constructs a new instance with the specified name and schema.
 


Extension SDK

 

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