net.sf.letsparty.driver.typehandlers
Class BigDecimalHandler

java.lang.Object
  extended bynet.sf.letsparty.driver.typehandlers.BigDecimalHandler
All Implemented Interfaces:
TypeHandler

public class BigDecimalHandler
extends java.lang.Object
implements TypeHandler


Field Summary
private  java.math.BigDecimal value
           
 
Constructor Summary
BigDecimalHandler(java.math.BigDecimal value)
           
 
Method Summary
 java.lang.Object getValueAsObject()
           
 void setParameter(java.sql.PreparedStatement preparedStatement, int indexAt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private java.math.BigDecimal value
Constructor Detail

BigDecimalHandler

public BigDecimalHandler(java.math.BigDecimal value)
Method Detail

setParameter

public void setParameter(java.sql.PreparedStatement preparedStatement,
                         int indexAt)
                  throws java.sql.SQLException
Specified by:
setParameter in interface TypeHandler
Throws:
java.sql.SQLException

getValueAsObject

public java.lang.Object getValueAsObject()
Specified by:
getValueAsObject in interface TypeHandler