rdbtoonto.dbmodel
Class ForeignKey
java.lang.Object
rdbtoonto.dbmodel.Key
rdbtoonto.dbmodel.ForeignKey
public class ForeignKey
- extends Key
ForeignKey derived from Key class.
Includes references to the external tables and its primary key (that can be composite).
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ForeignKey
public ForeignKey(java.lang.String att,
java.util.Vector<PrimaryKey> ekeys,
TableDef etab)
toString
public java.lang.String toString()
- Overrides:
toString
in class Key
getExternalTable
public TableDef getExternalTable()
getExternalKeys
public java.util.Vector<PrimaryKey> getExternalKeys()