net.sf.letsparty.driver.typehandlers
Class IntHandler

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

public class IntHandler
extends java.lang.Object
implements TypeHandler


Field Summary
private  int value
           
private  java.lang.Integer valueObj
           
 
Constructor Summary
IntHandler(int 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 int value

valueObj

private java.lang.Integer valueObj
Constructor Detail

IntHandler

public IntHandler(int 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