Berkeley DB
version 5.3.28

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
abstract  boolean TupleSerialKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, D dataInput, TupleOutput indexKeyOutput)
          Creates the index key entry from primary key tuple entry and deserialized data entry.
 boolean TupleSerialMarshalledKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, D dataInput, TupleOutput indexKeyOutput)
           
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.
 Integer SortedPackedIntegerBinding.entryToObject(TupleInput input)
           
 String StringBinding.entryToObject(TupleInput input)
           
 Long SortedPackedLongBinding.entryToObject(TupleInput input)
           
 Double DoubleBinding.entryToObject(TupleInput input)
           
 Byte ByteBinding.entryToObject(TupleInput input)
           
 BigDecimal BigDecimalBinding.entryToObject(TupleInput input)
           
 Long PackedLongBinding.entryToObject(TupleInput input)
           
 Float SortedFloatBinding.entryToObject(TupleInput input)
           
 Character CharacterBinding.entryToObject(TupleInput input)
           
 Integer PackedIntegerBinding.entryToObject(TupleInput input)
           
abstract  E TupleBinding.entryToObject(TupleInput input)
          Constructs a key or data object from a TupleInput entry.
 Integer IntegerBinding.entryToObject(TupleInput input)
           
 Long LongBinding.entryToObject(TupleInput input)
           
 BigDecimal SortedBigDecimalBinding.entryToObject(TupleInput input)
           
 Boolean BooleanBinding.entryToObject(TupleInput input)
           
 Short ShortBinding.entryToObject(TupleInput input)
           
 E TupleMarshalledBinding.entryToObject(TupleInput input)
           
 Double SortedDoubleBinding.entryToObject(TupleInput input)
           
 Float FloatBinding.entryToObject(TupleInput input)
           
 BigInteger BigIntegerBinding.entryToObject(TupleInput input)
           
abstract  E TupleTupleBinding.entryToObject(TupleInput keyInput, TupleInput dataInput)
          Constructs an entity object from TupleInput key and data entries.
 E TupleTupleMarshalledBinding.entryToObject(TupleInput keyInput, TupleInput dataInput)
           
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
version 5.3.28

Copyright (c) 1996, 2013 Oracle and/or its affiliates. All rights reserved.