oracle.javatools.db
Class ConstraintID
java.lang.Object
   oracle.javatools.db.AbstractDBObjectID
oracle.javatools.db.AbstractDBObjectID
       oracle.javatools.db.BaseObjectID
oracle.javatools.db.BaseObjectID
           oracle.javatools.db.NameBasedID
oracle.javatools.db.NameBasedID
               oracle.javatools.db.ConstraintID
oracle.javatools.db.ConstraintID
- All Implemented Interfaces: 
- DBObjectID, Copyable
Deprecated.
- @Deprecated
public final class ConstraintID 
- extends NameBasedID
Child ID for Constraint objects - used by the JdbcDatabase builders, not
 by the Oracle implementations.
 
 
 
 
| Methods inherited from class oracle.javatools.db.BaseObjectID | 
| clearToString, copyToImpl, copyWithNewProvider, createFromString, equalsImpl, getName, getProvider, getSchemaName, hasSameObjectName, hasSameProvider, isRecognizedType, resolveID, setName, setParent, setProvider, setProviderImpl, setSchema, setSchemaName, toString | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
createObjectID
public static ConstraintID createObjectID(DBObjectID parent,
                                          java.lang.String cName,
                                          java.lang.String cType)
- Deprecated. - 
 
getConstraintName
public java.lang.String getConstraintName()
- Deprecated. - 
 
getConstraintType
public java.lang.String getConstraintType()
- Deprecated. - 
 
Copyright © 1997, 2011, Oracle. All rights reserved.