Uses of Class
rdbtoonto.dbmodel.ForeignKey

Packages that use ForeignKey
rdbtoonto.dbmodel   
 

Uses of ForeignKey in rdbtoonto.dbmodel
 

Methods in rdbtoonto.dbmodel that return ForeignKey
 ForeignKey TableDef.getForeignKey(java.lang.String att)
           
 

Methods in rdbtoonto.dbmodel that return types with arguments of type ForeignKey
 java.util.Vector<ForeignKey> TableDef.getForeignKeys()
           
 

Methods in rdbtoonto.dbmodel with parameters of type ForeignKey
 void TableDef.addForeignKey(ForeignKey fkey)