Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.javatools.db
Class ConstraintID

java.lang.Object
  extended by oracle.javatools.db.AbstractDBObjectID
      extended by oracle.javatools.db.BaseObjectID
          extended by oracle.javatools.db.NameBasedID
              extended by 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.


Field Summary
 
Fields inherited from class oracle.javatools.db.BaseObjectID
SEP, UNSPECIFIED_TYPE
 
Method Summary
static ConstraintID createObjectID(DBObjectID parent, java.lang.String cName, java.lang.String cType)
          Deprecated.  
 java.lang.String getConstraintName()
          Deprecated.  
 java.lang.String getConstraintType()
          Deprecated.  
 
Methods inherited from class oracle.javatools.db.NameBasedID
construct, copyTo, equalsImpl, resolveInParentObject, toStringImpl
 
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 oracle.javatools.db.AbstractDBObjectID
copyToImpl, equals, equals, equalsImpl, getParent, getType, hashCode, hasSameParent, resolveFromParent, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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. 

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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