public class MultipleKeyNIODataEntry extends MultipleEntry
Constructor and Description |
---|
MultipleKeyNIODataEntry()
Construct an entry with no data.
|
MultipleKeyNIODataEntry(java.nio.ByteBuffer data)
Construct an entry with a given java.nio.ByteBuffer.
|
Modifier and Type | Method and Description |
---|---|
boolean |
next(DatabaseEntry key,
DatabaseEntry data)
Get the next key/data pair in the returned set.
|
append_internal, append_internal, setUserBuffer
equals, getBlob, getData, getDataNIO, getExternalFile, getOffset, getPartial, getPartialLength, getPartialOffset, getReadOnly, getRecordNumber, getReuseBuffer, getSize, getUserBuffer, getUserBufferLength, hashCode, setBlob, setData, setData, setDataNIO, setDataNIO, setExternalFile, setOffset, setPartial, setPartial, setPartialLength, setPartialOffset, setReadOnly, setRecordNumber, setReuseBuffer, setSize
public MultipleKeyNIODataEntry()
DatabaseEntry.setDataNIO
method.public MultipleKeyNIODataEntry(java.nio.ByteBuffer data)
data
- ByteBuffer wrapped by the entry.public boolean next(DatabaseEntry key, DatabaseEntry data)
Database
or
Cursor
get method with this object as the data parameter.
key
- an entry that is set to refer to the next key element in the returned
set.
data
- an entry that is set to refer to the next data element in the returned
set.
false
indicates that the end of the set was reached.Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.