Uses of Class
rdbtoonto.dbmodel.PrimaryKey

Packages that use PrimaryKey
rdbtoonto.dbmodel   
 

Uses of PrimaryKey in rdbtoonto.dbmodel
 

Methods in rdbtoonto.dbmodel that return PrimaryKey
 PrimaryKey TableDef.getPrimaryKey()
           
 

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

Methods in rdbtoonto.dbmodel with parameters of type PrimaryKey
 void TableDef.setPrimaryKey(PrimaryKey pkey)
           
 

Constructor parameters in rdbtoonto.dbmodel with type arguments of type PrimaryKey
ForeignKey(java.lang.String att, java.util.Vector<PrimaryKey> ekeys, TableDef etab)