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