oracle.jdeveloper.cm.ds.db
Class ConstraintID
java.lang.Object
oracle.jdeveloper.cm.ds.db.ConstraintID
- All Implemented Interfaces:
- DBObjectID
- public final class ConstraintID
- extends java.lang.Object
- implements DBObjectID
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
createObjectID
public static ConstraintID createObjectID(DBObjectID parent,
java.lang.String cName,
java.lang.String cType)
equals
public boolean equals(java.lang.Object target)
equals
public boolean equals(DBObjectID id)
- Description copied from interface:
DBObjectID
- Whether the specified id is equivalent to this id.
-
- Specified by:
equals
in interface DBObjectID
-
- Parameters:
id
- the DBObjectID being checked for equality
- Returns:
- whether the id is equal to this
equals
public boolean equals(DBObjectID id,
boolean strict)
- Description copied from interface:
DBObjectID
- Whether the specified id is equivalent to this id.
-
- Specified by:
equals
in interface DBObjectID
-
- Parameters:
id
- the DBObjectID being checked for equality
strict
- whether a strict definition of equality should be used.
- Returns:
- whether the id is equal to this
toString
public java.lang.String toString()
-
- Specified by:
toString
in interface DBObjectID
getType
public java.lang.String getType()
- Description copied from interface:
DBObjectID
- Retrieves the type of object referenced by this id.
-
- Specified by:
getType
in interface DBObjectID
-
- Returns:
- the type of object
- See Also:
DBObject.getType();
resolveID
public DBObject resolveID()
throws DBException
- Description copied from interface:
DBObjectID
- Resolves the id into the object referenced.
-
- Specified by:
resolveID
in interface DBObjectID
-
- Returns:
- the DBObject referenced by this DBObjectID
- Throws:
DBException
getParent
public DBObjectID getParent()
getConstraintName
public java.lang.String getConstraintName()
getConstraintType
public java.lang.String getConstraintType()
Copyright © 1997, 2004, Oracle. All rights reserved.