| JodaDateTimeMapper | JodaDateTimeMapper | |||
|---|---|---|---|---|
| Compiled from "JodaDateTimeMapper.java" | Compiled from "JodaDateTimeMapper.java" | |||
| public class io.dropwizard.jdbi.args.JodaDateTimeMapper extends org.skife.j dbi.v2.util.TypedMapper<org.joda.time.DateTime> { | public class io.dropwizard.jdbi.args.JodaDateTimeMapper implements org.skif e.jdbi.v2.tweak.ResultColumnMapper<org.joda.time.DateTime> { | |||
| public io.dropwizard.jdbi.args.JodaDateTimeMapper(); | public io.dropwizard.jdbi.args.JodaDateTimeMapper(); | |||
| public io.dropwizard.jdbi.args.JodaDateTimeMapper(com.google.common.base. | public io.dropwizard.jdbi.args.JodaDateTimeMapper(java.util.Optional<java | |||
| Optional<java.util.TimeZone>); | .util.TimeZone>); | |||
| public io.dropwizard.jdbi.args.JodaDateTimeMapper(int); | public org.joda.time.DateTime mapColumn(java.sql.ResultSet, int, org.skif | |||
| public io.dropwizard.jdbi.args.JodaDateTimeMapper(java.lang.String); | e.jdbi.v2.StatementContext) throws java.sql.SQLException; | |||
| public io.dropwizard.jdbi.args.JodaDateTimeMapper(int, com.google.common. | public org.joda.time.DateTime mapColumn(java.sql.ResultSet, java.lang.Str | |||
| base.Optional<java.util.TimeZone>); | ing, org.skife.jdbi.v2.StatementContext) throws java.sql.SQLException; | |||
| public io.dropwizard.jdbi.args.JodaDateTimeMapper(java.lang.String, com.g | public java.lang.Object mapColumn(java.sql.ResultSet, java.lang.String, o | |||
| oogle.common.base.Optional<java.util.TimeZone>); | rg.skife.jdbi.v2.StatementContext) throws java.sql.SQLException; | |||
| protected org.joda.time.DateTime extractByName(java.sql.ResultSet, java.l | public java.lang.Object mapColumn(java.sql.ResultSet, int, org.skife.jdbi | |||
| ang.String) throws java.sql.SQLException; | .v2.StatementContext) throws java.sql.SQLException; | |||
| protected org.joda.time.DateTime extractByIndex(java.sql.ResultSet, int) | ||||
| throws java.sql.SQLException; | ||||
| protected java.lang.Object extractByIndex(java.sql.ResultSet, int) throws | ||||
| java.sql.SQLException; | ||||
| protected java.lang.Object extractByName(java.sql.ResultSet, java.lang.St | ||||
| ring) throws java.sql.SQLException; | ||||
| } | } | |||
| End of changes. 2 change blocks. | ||||
| 17 lines changed or deleted | 11 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||