public class MultipleRecnoNIODataEntry extends MultipleEntry
| Constructor and Description | 
|---|
| MultipleRecnoNIODataEntry()Construct an entry with no data. | 
| MultipleRecnoNIODataEntry(java.nio.ByteBuffer data)Construct an entry with a given java.nio.ByteBuffer. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | next(DatabaseEntry recno,
    DatabaseEntry data)Get the next record number/data pair in the returned set. | 
setUserBufferequals, getBlob, getData, getDataNIO, getOffset, getPartial, getPartialLength, getPartialOffset, getReadOnly, getRecordNumber, getReuseBuffer, getSize, getUserBuffer, getUserBufferLength, hashCode, setBlob, setData, setData, setDataNIO, setDataNIO, setOffset, setPartial, setPartial, setPartialLength, setPartialOffset, setReadOnly, setRecordNumber, setReuseBuffer, setSizepublic MultipleRecnoNIODataEntry()
DatabaseEntry.setDataNIO method.public MultipleRecnoNIODataEntry(java.nio.ByteBuffer data)
data - java.nio.ByteBuffer wrapped by the entry.public boolean next(DatabaseEntry recno, 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.
    
recno - an entry that is set to refer to the next record number 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) 2004,2014 Oracle. All rights reserved.