public interface JdbcResultFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
create(java.sql.ResultSet result) |
void |
init(java.sql.ResultSet result) |
void init(java.sql.ResultSet result) throws java.sql.SQLException
java.sql.SQLException
T create(java.sql.ResultSet result) throws java.sql.SQLException
java.sql.SQLException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly