public class JodaDateTimeMapper
extends org.skife.jdbi.v2.util.TypedMapper<org.joda.time.DateTime>
TypedMapper to map Joda DateTime objects.| Constructor and Description |
|---|
JodaDateTimeMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected org.joda.time.DateTime |
extractByIndex(ResultSet r,
int index) |
protected org.joda.time.DateTime |
extractByName(ResultSet r,
String name) |
protected org.joda.time.DateTime extractByName(ResultSet r, String name) throws SQLException
extractByName in class org.skife.jdbi.v2.util.TypedMapper<org.joda.time.DateTime>SQLExceptionprotected org.joda.time.DateTime extractByIndex(ResultSet r, int index) throws SQLException
extractByIndex in class org.skife.jdbi.v2.util.TypedMapper<org.joda.time.DateTime>SQLExceptionCopyright © 2015. All rights reserved.