private static class AbstractCursor.BinaryAccessor extends AbstractCursor.AccessorImpl
ByteString values;
corresponds to Types.BINARY
and Types.VARBINARY.getter| Modifier | Constructor and Description |
|---|---|
private |
BinaryAccessor(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 BinaryAccessor(AbstractCursor.Getter getter)
public byte[] getBytes()
throws SQLException
getBytes in interface Cursor.AccessorgetBytes in class AbstractCursor.AccessorImplSQLExceptionpublic String getString() throws SQLException
getString in interface Cursor.AccessorgetString in class AbstractCursor.AccessorImplSQLExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.