private static class AbstractCursor.TimestampFromUtilDateAccessor extends AbstractCursor.ObjectAccessor
Types.TIMESTAMP.| Modifier and Type | Field and Description |
|---|---|
private Calendar |
localCalendar |
getter| Constructor and Description |
|---|
AbstractCursor.TimestampFromUtilDateAccessor(AbstractCursor.Getter getter,
Calendar localCalendar) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate(Calendar calendar) |
long |
getLong() |
String |
getString() |
Time |
getTime(Calendar calendar) |
Timestamp |
getTimestamp(Calendar calendar) |
getArray, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBlob, getBoolean, getByte, getBytes, getCharacterStream, getClob, getDouble, getFloat, getInt, getNCharacterStream, getNClob, getNString, getObject, getObject, getObject, getRef, getShort, getSQLXML, getStruct, getUnicodeStream, getURL, wasNullprivate final Calendar localCalendar
public AbstractCursor.TimestampFromUtilDateAccessor(AbstractCursor.Getter getter, Calendar localCalendar)
public Timestamp getTimestamp(Calendar calendar)
getTimestamp in interface Cursor.AccessorgetTimestamp in class AbstractCursor.AccessorImplpublic Date getDate(Calendar calendar)
getDate in interface Cursor.AccessorgetDate in class AbstractCursor.AccessorImplpublic Time getTime(Calendar calendar)
getTime in interface Cursor.AccessorgetTime in class AbstractCursor.AccessorImplpublic String getString()
getString in interface Cursor.AccessorgetString in class AbstractCursor.AccessorImplpublic long getLong()
getLong in interface Cursor.AccessorgetLong in class AbstractCursor.AccessorImplCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.