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