Uses of Class
com.billpringle.utils.WrpDb

Uses of WrpDb in com.billpringle.utils
 

Subclasses of WrpDb in com.billpringle.utils
 class UtilDb
          This class provides a connection to a specific database.
 

Fields in com.billpringle.utils declared as WrpDb
protected  WrpDb WrpEditValidationRules.db
          the connection to the database
 

Methods in com.billpringle.utils with parameters of type WrpDb
 void WrpZipCode.loadZipCodes(WrpDb db)
          Load the zip codes from a database into an array.
 

Constructors in com.billpringle.utils with parameters of type WrpDb
WrpEditValidationRules(WrpDb db)
          Default (and only) constructor
WrpZipCode(WrpDb db)
          Constructor that will load the current list of zipcodes.