public class SMultipleRecnoDataEntry extends SMultiplePairs
| Constructor and Description |
|---|
SMultipleRecnoDataEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(int recno,
java.nio.ByteOrder byteOrder,
byte[] data)
Append an entry to the container.
|
append, getBatchSize, next, setBatchSizepublic void append(int recno,
java.nio.ByteOrder byteOrder,
byte[] data)
recno - the record number of the record to be addedbyteOrder - the byte order used to decode the record number. If
this entry is retrieved from or will be sent to a server, this must be
the server's byte order. See
BdbServerConnection.getServerByteOrder().data - an array containing the data to be addedCopyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.