play.db.helper
Interface JdbcResultFactory<T>

All Known Implementing Classes:
JdbcResultFactories.ClassFactory, JdbcResultFactories.PrimitiveFactory

public interface JdbcResultFactory<T>


Method Summary
 T create(ResultSet result)
           
 void init(ResultSet result)
           
 

Method Detail

init

void init(ResultSet result)
          throws SQLException
Throws:
SQLException

create

T create(ResultSet result)
         throws SQLException
Throws:
SQLException


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly