Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.cm.ds.db.Relation

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

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

Subclasses of Relation in oracle.jdeveloper.cm.ds.db
 class Table
          Model of a database table.
 class View
          Represents a database View.
 

Methods in oracle.jdeveloper.cm.ds.db that return Relation
protected  Relation JdbcViewBuilder.createRelation(Schema schema, java.lang.String name)
           
protected  Relation JdbcTableBuilder.createRelation(Schema schema, java.lang.String name)
           
protected abstract  Relation JdbcRelationBuilder.createRelation(Schema schema, java.lang.String name)
           
 Relation Constraint.getRelation()
          Gets the Relation that owns this Constraint.
 Relation Column.getRelation()
          Gets the Relation that owns this Column.
 

Methods in oracle.jdeveloper.cm.ds.db with parameters of type Relation
protected  void Relation.copyToImpl(Relation copy)
           
protected  boolean Relation.equalsImpl(Relation target)
           
protected  void JdbcRelationBuilder.fillInColumns(Relation rel, java.sql.DatabaseMetaData dmd)
           
protected  void JdbcRelationBuilder.fillInConstraints(Relation rel, java.sql.DatabaseMetaData dmd)
           
 void Constraint.setRelation(Relation relation)
          Sets the Relation that owns this Constraint.
 void ColumnConstraint.setRelation(Relation relation)
           
 void Column.setRelation(Relation relation)
          Sets the Relation that owns this Column.
 

Constructors in oracle.jdeveloper.cm.ds.db with parameters of type Relation
UniqueConstraint(java.lang.String name, Relation relation)
          Creates a new Constraint of the specified name on the specified relation.
PKConstraint(java.lang.String name, Relation relation)
          Constructs a new PKConstraint on the specified Relation with the specified name.
FKConstraint(java.lang.String name, Relation relation)
          Constructs a new FKConstraint with the specified name on the specified relation.
Constraint(java.lang.String name, Relation relation)
          Constructs a new Constraint on a relation with a specific name.
CheckConstraint(java.lang.String name, Relation relation)
          Constructs a new CheckConstraint on a relation with a specific name.
 


Extension SDK

 

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