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