com.googlecode.jpattern.orm.session
Interface IResultSetReader<T>

All Known Implementing Classes:
NullResultSetExtractor

public interface IResultSetReader<T>

Author:
Francesco Cina 02/lug/2011 Permits to work on the ResultSet resulting of a query execution.

Method Summary
 T read(ResultSet resultSet)
           
 

Method Detail

read

T read(ResultSet resultSet)
       throws SQLException
Throws:
SQLException


Copyright © 2011. All Rights Reserved.