org.tranql.sql.jdbc
Interface ResultBinding
- All Superinterfaces:
- SchemaBinding, java.io.Serializable, SQLBinding
- All Known Implementing Classes:
- AbstractBinding, TypeConverterBinding
- public interface ResultBinding
- extends SQLBinding, SchemaBinding
- Version:
- $Revision: 155 $ $Date: 2004-12-03 00:12:10 +0100 (Fri, 03 Dec 2004) $
Method Summary |
java.lang.Object |
getValue(java.sql.ResultSet rs)
|
void |
getValue(java.sql.ResultSet rs,
Row row)
|
getValue
public void getValue(java.sql.ResultSet rs,
Row row)
throws java.sql.SQLException,
FieldTransformException
- Throws:
java.sql.SQLException
FieldTransformException
getValue
public java.lang.Object getValue(java.sql.ResultSet rs)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © -2006 The Codehaus. All Rights Reserved.