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