org.tranql.sql.jdbc
Interface ResultBinding

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

public interface ResultBinding
extends java.io.Serializable

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

Method Summary
 java.lang.Object getValue(java.sql.ResultSet rs)
           
 void getValue(java.sql.ResultSet rs, Row row)
           
 

Method Detail

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 © -2005 The Codehaus. All Rights Reserved.