org.tranql.sql.jdbc
Interface ResultBinding

All Superinterfaces:
SchemaBinding, java.io.Serializable, SQLBinding
All Known Implementing Classes:
AbstractBinding, BigDecimalBinding, BlobBinding, BooleanBinding, ByteArrayBinding, ByteBinding, CharBinding, DateBinding, DoubleBinding, FloatBinding, IntegerBinding, LongBinding, ShortBinding, SQLDateBinding, StringBinding, TimeBinding, TimestampBinding, 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)
           
 
Methods inherited from interface org.tranql.sql.jdbc.SQLBinding
getSQLType
 
Methods inherited from interface org.tranql.ql.SchemaBinding
getAttribute, getEntity, getFKAttribute, isAttributeBinding, isFKAttributeBinding, isUnknownBinding, setAttribute, setEntity, setFKAttribute
 

Method Detail

getValue

void getValue(java.sql.ResultSet rs,
              Row row)
              throws java.sql.SQLException,
                     FieldTransformException
Throws:
java.sql.SQLException
FieldTransformException

getValue

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


Copyright © -2010 The Codehaus. All Rights Reserved.