@Deprecated
public interface ColumnConstraintReferenceID
extends DBReferenceID
An extension of DBReferenceID to support Name Based Foreign Keys.
The instance of the class implementing this interface will hold a String
array of the Column names, which must match the order of the columns in the
Foreign key, and also the name of the Referenced Copnstraint.
It will be parented by another DBReferenceID which will define the names of
the referenced Schema and Table.
Field Summary
Fields inherited from interface oracle.javatools.db.DBObjectID