private static class AbstractCursor.TimestampAccessor extends AbstractCursor.ObjectAccessor
Types.TIMESTAMP.getter| Constructor and Description |
|---|
AbstractCursor.TimestampAccessor(AbstractCursor.Getter getter) |
| 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, wasNullpublic AbstractCursor.TimestampAccessor(AbstractCursor.Getter getter)
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.