org.agileclick.genorm.runtime
Class GenOrmBigDecimal

java.lang.Object
  extended by org.agileclick.genorm.runtime.GenOrmField
      extended by org.agileclick.genorm.runtime.GenOrmFieldTemplate<java.math.BigDecimal>
          extended by org.agileclick.genorm.runtime.GenOrmBigDecimal
All Implemented Interfaces:
java.io.Serializable

public class GenOrmBigDecimal
extends GenOrmFieldTemplate<java.math.BigDecimal>

See Also:
Serialized Form

Constructor Summary
GenOrmBigDecimal(GenOrmFieldMeta fieldMeta)
           
 
Method Summary
 void placePrevValue(java.sql.PreparedStatement ps, int pos)
           
 void placeValue(java.sql.PreparedStatement ps, int pos)
           
 void setValue(java.sql.ResultSet rs, int pos)
           
 
Methods inherited from class org.agileclick.genorm.runtime.GenOrmFieldTemplate
equals, getPrevValue, getPrevValueAsString, getSQLValue, getValue, hashCode, setPrevValue, setValue, toString
 
Methods inherited from class org.agileclick.genorm.runtime.GenOrmField
getFieldMeta, getRecordKey, isNull, setNull, setRecordKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenOrmBigDecimal

public GenOrmBigDecimal(GenOrmFieldMeta fieldMeta)
Method Detail

setValue

public void setValue(java.sql.ResultSet rs,
                     int pos)
              throws java.sql.SQLException
Specified by:
setValue in class GenOrmField
Throws:
java.sql.SQLException

placeValue

public void placeValue(java.sql.PreparedStatement ps,
                       int pos)
                throws java.sql.SQLException
Specified by:
placeValue in class GenOrmField
Throws:
java.sql.SQLException

placePrevValue

public void placePrevValue(java.sql.PreparedStatement ps,
                           int pos)
                    throws java.sql.SQLException
Specified by:
placePrevValue in class GenOrmField
Throws:
java.sql.SQLException