public static class JdbcResultFactories.PrimitiveFactory<T> extends Object implements JdbcResultFactory<T>
| Constructor and Description |
|---|
JdbcResultFactories.PrimitiveFactory(Class<T> objectClass,
int columnIndex) |
JdbcResultFactories.PrimitiveFactory(Class<T> objectClass,
List<String> fields) |
JdbcResultFactories.PrimitiveFactory(Class<T> objectClass,
String field) |
public JdbcResultFactories.PrimitiveFactory(Class<T> objectClass, int columnIndex)
public JdbcResultFactories.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