| com.sleepycat.bind.tuple.TupleInput com.sleepycat.persist.impl.RecordInput
RecordInput | class RecordInput extends TupleInput implements EntityInput(Code) | | Implements EntityInput to read record key-data pairs. Extends TupleInput to
implement the subset of TupleInput methods that are defined in the
EntityInput interface.
author: Mark Hayes |
Constructor Summary | |
| RecordInput(Catalog catalog, boolean rawAccess, DatabaseEntry priKeyEntry, int priKeyFormatId, byte[] buffer, int offset, int length) Creates a new input with a empty/null VisitedObjects set. |
RecordInput | RecordInput(Catalog catalog, boolean rawAccess, DatabaseEntry priKeyEntry, int priKeyFormatId, byte[] buffer, int offset, int length)(Code) | | Creates a new input with a empty/null VisitedObjects set.
|
getKeyLocation | KeyLocation getKeyLocation(Format fieldFormat)(Code) | | Called when copying secondary keys, for an input that is positioned on
the secondary key field. Handles references to previously occurring
objects, returning a different RecordInput than this one if appropriate.
|
readArrayLength | public int readArrayLength()(Code) | | |
readEnumConstant | public int readEnumConstant(String[] names)(Code) | | |
|
|