Berkeley DB Java Edition
version 5.0.58

Uses of Class
com.sleepycat.bind.tuple.TupleInput

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, D dataInput, TupleOutput indexKeyOutput)
           
abstract  boolean TupleSerialKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, D dataInput, TupleOutput indexKeyOutput)
          Creates the index key entry from primary key tuple entry and deserialized data entry.
abstract  E TupleSerialBinding.entryToObject(TupleInput keyInput, D dataInput)
          Constructs an entity object from TupleInput key entry and deserialized data entry objects.
 E TupleSerialMarshalledBinding.entryToObject(TupleInput tupleInput, E javaInput)
           
 

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.
 TupleInput TupleInputBinding.entryToObject(DatabaseEntry entry)
           
 

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.
 BigDecimal SortedBigDecimalBinding.entryToObject(TupleInput input)
           
 BigDecimal BigDecimalBinding.entryToObject(TupleInput input)
           
 String StringBinding.entryToObject(TupleInput input)
           
 Integer SortedPackedIntegerBinding.entryToObject(TupleInput input)
           
 Double DoubleBinding.entryToObject(TupleInput input)
           
 Long PackedLongBinding.entryToObject(TupleInput input)
           
 Short ShortBinding.entryToObject(TupleInput input)
           
abstract  E TupleBinding.entryToObject(TupleInput input)
          Constructs a key or data object from a TupleInput entry.
 Float FloatBinding.entryToObject(TupleInput input)
           
 Long LongBinding.entryToObject(TupleInput input)
           
 Integer PackedIntegerBinding.entryToObject(TupleInput input)
           
 Double SortedDoubleBinding.entryToObject(TupleInput input)
           
 Integer IntegerBinding.entryToObject(TupleInput input)
           
 Byte ByteBinding.entryToObject(TupleInput input)
           
 Float SortedFloatBinding.entryToObject(TupleInput input)
           
 BigInteger BigIntegerBinding.entryToObject(TupleInput input)
           
 Character CharacterBinding.entryToObject(TupleInput input)
           
 Boolean BooleanBinding.entryToObject(TupleInput input)
           
 E TupleMarshalledBinding.entryToObject(TupleInput input)
           
 Long SortedPackedLongBinding.entryToObject(TupleInput input)
           
 E TupleTupleMarshalledBinding.entryToObject(TupleInput keyInput, TupleInput dataInput)
           
abstract  E TupleTupleBinding.entryToObject(TupleInput keyInput, TupleInput dataInput)
          Constructs an entity object from TupleInput key 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 TupleInputBinding.objectToEntry(TupleInput object, DatabaseEntry 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 Java Edition
version 5.0.58

Copyright (c) 2004-2012 Oracle. All rights reserved.