Extension SDK 9.0.5

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

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

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

Subclasses of Constraint in oracle.jdeveloper.cm.ds.db
 class CheckConstraint
          A CheckConstraint constrains a table or view based on a conditional expression.
 class ColumnConstraint
           
 class FKConstraint
          A FKConstraint represents a Foreign Key Constraint.
 class PKConstraint
          A PKConstraint represents a Primary Key constraint.
 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.
 

Methods in oracle.jdeveloper.cm.ds.db that return Constraint
 Constraint[] Relation.getConstraints()
          Retrieves the list of constraints on this relation.
 Constraint Relation.getConstraint(java.lang.String name)
          Retrieves a Constraint by name.
 

Methods in oracle.jdeveloper.cm.ds.db with parameters of type Constraint
 void Relation.setConstraints(Constraint[] constraints)
          Sets the list of constraints on this relation.
 void Relation.addConstraint(Constraint constraint)
          Adds a Constraint to this relation.
 void Relation.removeConstraint(Constraint constraint)
          Removes a Constraint from this relation.
protected  void Constraint.copyToImpl(Constraint copy)
           
protected  boolean Constraint.equalsImpl(Constraint target)
           
 


Extension SDK

 

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