org.jdbi.v3.core.mapper.RowMapper<T>public class StaticRowMapper<T> extends Object implements org.jdbi.v3.core.mapper.RowMapper<T>
| Constructor | Description |
|---|---|
StaticRowMapper(org.simpleflatmapper.map.ContextualSourceMapper<ResultSet,T> mapper) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
map(ResultSet resultSet,
org.jdbi.v3.core.statement.StatementContext statementContext) |
public T map(ResultSet resultSet, org.jdbi.v3.core.statement.StatementContext statementContext) throws SQLException
map in interface org.jdbi.v3.core.mapper.RowMapper<T>SQLExceptionCopyright © 2018. All rights reserved.