private static class AbstractCursor.DateAccessor extends AbstractCursor.ObjectAccessor
Types.DATE.getter| Constructor and Description |
|---|
DateAccessor(AbstractCursor.Getter getter) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate(Calendar calendar) |
long |
getLong() |
String |
getString() |
getArray, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBlob, getBoolean, getByte, getBytes, getCharacterStream, getClob, getDouble, getFloat, getInt, getNCharacterStream, getNClob, getNString, getObject, getObject, getObject, getRef, getShort, getSQLXML, getStruct, getTime, getTimestamp, getUnicodeStream, getURL, wasNullpublic DateAccessor(AbstractCursor.Getter getter)
public Date getDate(Calendar calendar) throws SQLException
getDate in interface Cursor.AccessorgetDate in class AbstractCursor.AccessorImplSQLExceptionpublic String getString() throws SQLException
getString in interface Cursor.AccessorgetString in class AbstractCursor.AccessorImplSQLExceptionpublic long getLong()
throws SQLException
getLong in interface Cursor.AccessorgetLong in class AbstractCursor.AccessorImplSQLExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.