private static class AbstractCursor.StringAccessor extends AbstractCursor.AccessorImpl
String;
corresponds to Types.CHAR
and Types.VARCHAR.getter| Modifier | Constructor and Description |
|---|---|
private |
StringAccessor(AbstractCursor.Getter getter) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getString() |
getArray, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBlob, getBoolean, getByte, getCharacterStream, getClob, getDate, getDouble, getFloat, getInt, getLong, getNCharacterStream, getNClob, getNString, getObject, getObject, getObject, getRef, getShort, getSQLXML, getStruct, getTime, getTimestamp, getUnicodeStream, getURL, wasNullprivate StringAccessor(AbstractCursor.Getter getter)
public String getString() throws SQLException
getString in interface Cursor.AccessorgetString in class AbstractCursor.AccessorImplSQLExceptionpublic byte[] getBytes()
throws SQLException
getBytes in interface Cursor.AccessorgetBytes in class AbstractCursor.AccessorImplSQLExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.