org.tranql.sql.jdbc
Interface InputBinding

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractBinding

public interface InputBinding
extends java.io.Serializable

Version:
$Revision: 1.4 $ $Date: 2004/04/19 22:23:20 $

Method Summary
 void setValue(java.sql.PreparedStatement ps, java.lang.Object value)
           
 void setValue(java.sql.PreparedStatement ps, Row row)
           
 

Method Detail

setValue

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

setValue

public void setValue(java.sql.PreparedStatement ps,
                     Row row)
              throws java.sql.SQLException,
                     FieldTransformException
Throws:
java.sql.SQLException
FieldTransformException


Copyright © -2005 The Codehaus. All Rights Reserved.