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