| Constructor and Description |
|---|
LocalDateMapper() |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
mapColumn(ResultSet r,
int columnNumber,
org.skife.jdbi.v2.StatementContext ctx) |
LocalDate |
mapColumn(ResultSet r,
String columnLabel,
org.skife.jdbi.v2.StatementContext ctx) |
@Nullable public LocalDate mapColumn(ResultSet r, String columnLabel, org.skife.jdbi.v2.StatementContext ctx) throws SQLException
mapColumn in interface org.skife.jdbi.v2.tweak.ResultColumnMapper<LocalDate>SQLException@Nullable public LocalDate mapColumn(ResultSet r, int columnNumber, org.skife.jdbi.v2.StatementContext ctx) throws SQLException
mapColumn in interface org.skife.jdbi.v2.tweak.ResultColumnMapper<LocalDate>SQLExceptionCopyright © 2023. All rights reserved.