public class OptionalLongMapper extends Object implements org.skife.jdbi.v2.tweak.ResultColumnMapper<OptionalLong>
ResultColumnMapper to map OptionalLong objects.| Constructor and Description |
|---|
OptionalLongMapper() |
| Modifier and Type | Method and Description |
|---|---|
OptionalLong |
mapColumn(ResultSet r,
int columnNumber,
org.skife.jdbi.v2.StatementContext ctx) |
OptionalLong |
mapColumn(ResultSet r,
String columnLabel,
org.skife.jdbi.v2.StatementContext ctx) |
public OptionalLong mapColumn(ResultSet r, int columnNumber, org.skife.jdbi.v2.StatementContext ctx) throws SQLException
mapColumn in interface org.skife.jdbi.v2.tweak.ResultColumnMapper<OptionalLong>SQLExceptionpublic OptionalLong mapColumn(ResultSet r, String columnLabel, org.skife.jdbi.v2.StatementContext ctx) throws SQLException
mapColumn in interface org.skife.jdbi.v2.tweak.ResultColumnMapper<OptionalLong>SQLExceptionCopyright © 2017. All rights reserved.