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