public static class JdbcResultFactories.PrimitiveFactory<T> extends Object implements JdbcResultFactory<T>
| Constructor and Description |
|---|
PrimitiveFactory(Class<T> objectClass,
int columnIndex) |
PrimitiveFactory(Class<T> objectClass,
List<String> fields) |
PrimitiveFactory(Class<T> objectClass,
String field) |
public void init(ResultSet result) throws SQLException
init in interface JdbcResultFactory<T>SQLExceptionpublic T create(ResultSet result) throws SQLException
create in interface JdbcResultFactory<T>SQLExceptionGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly