Uses of Class
com.sun.ts.tests.common.ejb.dba.CompoundPK
Packages that use CompoundPK
-
Uses of CompoundPK in com.sun.ts.tests.common.ejb.dba
Fields in com.sun.ts.tests.common.ejb.dba declared as CompoundPKMethods in com.sun.ts.tests.common.ejb.dba with parameters of type CompoundPKModifier and TypeMethodDescriptionvoid
CompoundDBSupport.createNewRow
(CompoundPK cofID, String cofName, float cofPrice) boolean
CompoundDBSupport.keyExists
(CompoundPK pkey) float
CompoundDBSupport.loadPrice
(CompoundPK pkey) void
CompoundDBSupport.removeRow
(CompoundPK pkey) void
CompoundDBSupport.storePrice
(CompoundPK pkey, float cofPrice)