org.tranql.sql.jdbc
Interface InputBinding
- All Superinterfaces:
- SchemaBinding, java.io.Serializable, SQLBinding
- All Known Implementing Classes:
- AbstractBinding, TypeConverterBinding
- public interface InputBinding
- extends SQLBinding, SchemaBinding
- Version:
- $Revision: 155 $ $Date: 2004-12-03 00:12:10 +0100 (Fri, 03 Dec 2004) $
Method Summary |
void |
setValue(java.sql.PreparedStatement ps,
java.lang.Object value)
|
void |
setValue(java.sql.PreparedStatement ps,
Row row)
|
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 © -2006 The Codehaus. All Rights Reserved.