| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| 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.AbstractDBObject | 
|---|
AbstractDBObject.ChildSupport | 
| 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 | |
|---|---|
 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, getRelation, getType, isEnabled, setEnabled, setRelation | 
| Methods inherited from class oracle.javatools.db.AbstractChildDBObject | 
|---|
copyToImpl, 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
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||