| 
 | Berkeley DB version 4.6.21 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TupleInput | |
|---|---|
| com.sleepycat.bind.serial | Bindings that use Java serialization. | 
| com.sleepycat.bind.tuple | Bindings that use sequences of primitive fields, or tuples. | 
| Uses of TupleInput in com.sleepycat.bind.serial | 
|---|
| Methods in com.sleepycat.bind.serial with parameters of type TupleInput | |
|---|---|
|  boolean | TupleSerialMarshalledKeyCreator.createSecondaryKey(TupleInput primaryKeyInput,
                   Object dataInput,
                   TupleOutput indexKeyOutput) | 
| abstract  boolean | TupleSerialKeyCreator.createSecondaryKey(TupleInput primaryKeyInput,
                   Object dataInput,
                   TupleOutput indexKeyOutput)Creates the index key entry from primary key tuple entry and deserialized data entry. | 
|  Object | TupleSerialMarshalledBinding.entryToObject(TupleInput tupleInput,
              Object javaInput) | 
| abstract  Object | TupleSerialBinding.entryToObject(TupleInput keyInput,
              Object dataInput)Constructs an entity object from TupleInputkey entry and
 deserialized data entry objects. | 
| Uses of TupleInput in com.sleepycat.bind.tuple | 
|---|
| Methods in com.sleepycat.bind.tuple that return TupleInput | |
|---|---|
| static TupleInput | TupleBase.entryToInput(DatabaseEntry entry)Utility method to create a new tuple input object for reading the data from a given buffer. | 
| Methods in com.sleepycat.bind.tuple with parameters of type TupleInput | |
|---|---|
|  boolean | TupleTupleMarshalledKeyCreator.createSecondaryKey(TupleInput primaryKeyInput,
                   TupleInput dataInput,
                   TupleOutput indexKeyOutput) | 
| abstract  boolean | TupleTupleKeyCreator.createSecondaryKey(TupleInput primaryKeyInput,
                   TupleInput dataInput,
                   TupleOutput indexKeyOutput)Creates the index key from primary key tuple and data tuple. | 
|  Object | TupleMarshalledBinding.entryToObject(TupleInput input) | 
| abstract  Object | TupleBinding.entryToObject(TupleInput input)Constructs a key or data object from a TupleInputentry. | 
|  Object | StringBinding.entryToObject(TupleInput input) | 
|  Object | SortedFloatBinding.entryToObject(TupleInput input) | 
|  Object | SortedDoubleBinding.entryToObject(TupleInput input) | 
|  Object | ShortBinding.entryToObject(TupleInput input) | 
|  Object | LongBinding.entryToObject(TupleInput input) | 
|  Object | IntegerBinding.entryToObject(TupleInput input) | 
|  Object | FloatBinding.entryToObject(TupleInput input) | 
|  Object | DoubleBinding.entryToObject(TupleInput input) | 
|  Object | CharacterBinding.entryToObject(TupleInput input) | 
|  Object | ByteBinding.entryToObject(TupleInput input) | 
|  Object | BooleanBinding.entryToObject(TupleInput input) | 
|  Object | BigIntegerBinding.entryToObject(TupleInput input) | 
|  Object | TupleTupleMarshalledBinding.entryToObject(TupleInput keyInput,
              TupleInput dataInput) | 
| abstract  Object | TupleTupleBinding.entryToObject(TupleInput keyInput,
              TupleInput dataInput)Constructs an entity object from TupleInputkey and data
 entries. | 
| static void | TupleBase.inputToEntry(TupleInput input,
             DatabaseEntry entry)Utility method to set the data in a entry buffer to the data in a tuple input object. | 
|  boolean | TupleTupleMarshalledKeyCreator.nullifyForeignKey(TupleInput dataInput,
                  TupleOutput dataOutput) | 
|  boolean | TupleTupleKeyCreator.nullifyForeignKey(TupleInput dataInput,
                  TupleOutput dataOutput)Clears the index key in the tuple data entry. | 
|  void | MarshalledTupleEntry.unmarshalEntry(TupleInput dataInput)Construct the key or data object from the key or data tuple entry. | 
|  void | MarshalledTupleKeyEntity.unmarshalPrimaryKey(TupleInput keyInput)Completes construction of the entity by setting its primary key from the stored primary key. | 
| 
 | Berkeley DB version 4.6.21 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||