net.sf.letsparty.statement
Class JdbcValue

java.lang.Object
  extended bynet.sf.letsparty.statement.JdbcValue
All Implemented Interfaces:
Value

public class JdbcValue
extends java.lang.Object
implements Value


Field Summary
private  int parameterIndex
           
 
Constructor Summary
JdbcValue()
           
JdbcValue(int parameterIndex)
           
 
Method Summary
 int getParameterIndex()
           
 java.lang.Object getValue(JdbcParsHandler jdbcParsHandler)
           
 void setParameterIndex(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameterIndex

private int parameterIndex
Constructor Detail

JdbcValue

public JdbcValue()

JdbcValue

public JdbcValue(int parameterIndex)
Method Detail

getValue

public java.lang.Object getValue(JdbcParsHandler jdbcParsHandler)
                          throws LetsPartyException
Specified by:
getValue in interface Value
Throws:
LetsPartyException

setParameterIndex

public void setParameterIndex(int i)

getParameterIndex

public int getParameterIndex()