public class MultipleNIODataEntry extends MultipleEntry
Constructor | Description |
---|---|
MultipleNIODataEntry() |
Construct an entry with no data.
|
MultipleNIODataEntry(java.nio.ByteBuffer data) |
Construct an entry with a given java.nio.ByteBuffer.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
next(DatabaseEntry data) |
Get the next data element 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 MultipleNIODataEntry()
DatabaseEntry.setDataNIO
method.public MultipleNIODataEntry(java.nio.ByteBuffer data)
data
- java.nio.ByteBuffer wrapped by the entry.public boolean next(DatabaseEntry data)
Database
or
Cursor
get method with this object as the data parameter.
When used with the Queue and Recno access methods,
data.getData()
will return null
for deleted
records.
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, 2020 Oracle and/or its affiliates. All rights reserved.