org.tranql.sql.jdbc.binding
Class LongBinding

java.lang.Object
  extended byorg.tranql.sql.jdbc.binding.AbstractBinding
      extended byorg.tranql.sql.jdbc.binding.LongBinding
All Implemented Interfaces:
InputBinding, OutputBinding, ResultBinding, java.io.Serializable

public class LongBinding
extends AbstractBinding

Version:
$Revision: 1.4 $ $Date: 2004/04/19 22:23:20 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.tranql.sql.jdbc.binding.AbstractBinding
index, transform
 
Constructor Summary
LongBinding(int index, FieldTransform transform)
           
 
Method Summary
 java.lang.Object getValue(java.sql.CallableStatement cs)
           
 java.lang.Object getValue(java.sql.ResultSet rs)
           
 void register(java.sql.CallableStatement cs)
           
 void setValue(java.sql.PreparedStatement ps, java.lang.Object value)
           
 
Methods inherited from class org.tranql.sql.jdbc.binding.AbstractBinding
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongBinding

public LongBinding(int index,
                   FieldTransform transform)
Method Detail

getValue

public java.lang.Object getValue(java.sql.ResultSet rs)
                          throws java.sql.SQLException
Throws:
java.sql.SQLException

setValue

public void setValue(java.sql.PreparedStatement ps,
                     java.lang.Object value)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

register

public void register(java.sql.CallableStatement cs)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

getValue

public java.lang.Object getValue(java.sql.CallableStatement cs)
                          throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © -2005 The Codehaus. All Rights Reserved.