Class IntegerDBSupport

java.lang.Object
com.sun.ts.tests.common.ejb.dba.DBSupport
com.sun.ts.tests.common.ejb.dba.IntegerDBSupport
All Implemented Interfaces:
Serializable

public class IntegerDBSupport extends DBSupport implements Serializable
DB Support object for DB table using whose primary key is an 'int'.
See Also:
  • Field Details

    • intTablePrefix

      protected static final String intTablePrefix
      Name of the property whose value is the DB table name
      See Also:
    • cofID

      protected int cofID
    • cofName

      protected String cofName
    • cofPrice

      protected float cofPrice
  • Constructor Details

    • IntegerDBSupport

      public IntegerDBSupport() throws Exception
      Create a new DBSupport object. If called from an EJB or a Web component, you must make sure to call TestUtil.init() before creating a new DBSupport object.
      Throws:
      Exception
  • Method Details