| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.AbstractDBObject
oracle.javatools.db.AbstractChildDBObject
oracle.javatools.db.Constraint
oracle.javatools.db.CheckConstraint
public class CheckConstraint
A CheckConstraint constrains a table or view based on a
 conditional expression.
 
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class oracle.javatools.db.Constraint | 
|---|
Constraint.DeferrableState | 
| Nested classes/interfaces inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport | 
| Field Summary | |
|---|---|
static java.lang.String | 
CONSTRAINT_TYPE
 | 
| Fields inherited from class oracle.javatools.db.Constraint | 
|---|
TYPE | 
| Fields inherited from interface oracle.javatools.db.DBObject | 
|---|
COMMENT | 
| Constructor Summary | |
|---|---|
CheckConstraint()
Creates a new CheckConstraint.  | 
|
CheckConstraint(java.lang.String name,
                Relation relation)
Constructs a new CheckConstraint on a relation with a specific name.  | 
|
| Method Summary | |
|---|---|
protected  void | 
copyToImpl(AbstractDBObject copy,
           DBObject copyParent,
           IDPolicy idPolicy)
Implementation method for making a copy of this object.  | 
 DBObject | 
findOwnedObject(DBObjectID id)
Returns a child of this object that has the given ID.  | 
 java.lang.String | 
getCheckCondition()
Deprecated. - use getCheckConditionFragment()  | 
 SQLFragment | 
getCheckConditionFragment()
Retrieves the conditional expression represented by this constraint.  | 
 java.lang.String | 
getConstraintType()
Retrieves the type of constraint represented by this instance.  | 
 void | 
setCheckCondition(java.lang.String condition)
Deprecated. - use setCheckConditionFragment(SQLFragment)  | 
 void | 
setCheckConditionFragment(SQLFragment condition)
Sets the conditional expression represented by this constraint.  | 
| Methods inherited from class oracle.javatools.db.Constraint | 
|---|
getConstraints, getDeferrableState, getRelation, getType, isEnabled, setDeferrableState, setEnabled, setRelation | 
| Methods inherited from class oracle.javatools.db.AbstractChildDBObject | 
|---|
findParent, getParent, getProperty, setParent, setProperty | 
| Methods inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getOwnedObjectsImpl, getProperties, getProperty, getReferenceIDs, getReferenceIDsImpl, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface oracle.javatools.db.DBObject | 
|---|
copyTo, copyTo, copyTo, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getReferenceIDs, replaceReferenceIDs, setID, setName | 
| Methods inherited from interface oracle.javatools.util.DynamicPropertySet | 
|---|
getProperties, getProperty, setProperties | 
| Field Detail | 
|---|
public static final java.lang.String CONSTRAINT_TYPE
| Constructor Detail | 
|---|
public CheckConstraint(java.lang.String name,
                       Relation relation)
name - a string representing name of the constraintrelation - the relation being constrainedpublic CheckConstraint()
| Method Detail | 
|---|
public java.lang.String getConstraintType()
Constraint
getConstraintType in class Constraint@Deprecated public java.lang.String getCheckCondition()
@Deprecated public void setCheckCondition(java.lang.String condition)
condition - a string containing the conditional expressionpublic SQLFragment getCheckConditionFragment()
public void setCheckConditionFragment(SQLFragment condition)
condition - a SQLFragment representing the conditional expressionpublic DBObject findOwnedObject(DBObjectID id)
AbstractDBObject
findOwnedObject in interface DBObjectfindOwnedObject in class AbstractDBObjectid - the id to look for
protected void copyToImpl(AbstractDBObject copy,
                          DBObject copyParent,
                          IDPolicy idPolicy)
AbstractDBObject
copyToImpl in class AbstractChildDBObjectcopy - the copy being created of this objectcopyParent - if this object is being copied underneath a parent, this
 parameter is the copy of the parent of this object, which will therefore
 need to be the parent of the copy of this object.idPolicy - the policy for copying the object's ID.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||