Class FloatDBSupport

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

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

    • floatTablePrefix

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

      protected float cofID
    • cofName

      protected String cofName
    • cofPrice

      protected float cofPrice
  • Constructor Details

    • FloatDBSupport

      public FloatDBSupport() 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