Uses of Class
org.biomage.tools.generate_er.PrimaryKey

Packages that use PrimaryKey
org.biomage.tools.generate_er   
 

Uses of PrimaryKey in org.biomage.tools.generate_er
 

Methods in org.biomage.tools.generate_er that return PrimaryKey
 PrimaryKey Table.getPK()
          Description: get primary key of the table
 

Methods in org.biomage.tools.generate_er with parameters of type PrimaryKey
 void Table.setPK(PrimaryKey myPK)
          Description: set the primary key for the table