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.SQLExceptionT create(java.sql.ResultSet result) throws java.sql.SQLException
java.sql.SQLExceptionGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly