com.syrtsov.ddao.mapper
Interface ColumnMapper


public interface ColumnMapper

Created by: Pavel Syrtsov Date: Apr 14, 2007 Time: 6:01:46 PM we could use design with bean utils Converter, but then we would.n be able to delegate choosing of right getXXX on result set object.


Method Summary
 java.lang.Object get(java.sql.ResultSet rs, int idx)
           
 

Method Detail

get

java.lang.Object get(java.sql.ResultSet rs,
                     int idx)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException