Berkeley DB
version 4.2.52

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

Packages that use TupleInput
com.sleepycat.bdb.bind.serial Formats and bindings that use Java serialization 
com.sleepycat.bdb.bind.tuple Formats and bindings that use sequences of primitive data items or tuples 
 

Uses of TupleInput in com.sleepycat.bdb.bind.serial
 

Methods in com.sleepycat.bdb.bind.serial with parameters of type TupleInput
 void TupleSerialMarshalledKeyExtractor.extractIndexKey(TupleInput primaryKeyInput, Object valueInput, TupleOutput indexKeyOutput)
           
 Object TupleSerialMarshalledBinding.dataToObject(TupleInput tupleInput, Object javaInput)
           
abstract  void TupleSerialKeyExtractor.extractIndexKey(TupleInput primaryKeyInput, Object valueInput, TupleOutput indexKeyOutput)
          Extracts the index key data from primary key tuple data and deserialized value data.
abstract  Object TupleSerialBinding.dataToObject(TupleInput keyInput, Object valueInput)
          Constructs an entity object from TupleInput key data and deserialized value data objects.
 

Uses of TupleInput in com.sleepycat.bdb.bind.tuple
 

Methods in com.sleepycat.bdb.bind.tuple that return TupleInput
 TupleInput TupleFormat.dataToInput(DataBuffer data)
          Utility method to create a new tuple input object for reading the data from a given buffer.
 

Methods in com.sleepycat.bdb.bind.tuple with parameters of type TupleInput
 void TupleTupleMarshalledKeyExtractor.extractIndexKey(TupleInput primaryKeyInput, TupleInput valueInput, TupleOutput indexKeyOutput)
           
 void TupleTupleMarshalledKeyExtractor.extractIndexKey(TupleInput primaryKeyInput, TupleInput valueInput, TupleOutput indexKeyOutput)
           
 void TupleTupleMarshalledKeyExtractor.clearIndexKey(TupleInput valueInput, TupleOutput valueOutput)
           
 Object TupleTupleMarshalledBinding.dataToObject(TupleInput keyInput, TupleInput valueInput)
           
 Object TupleTupleMarshalledBinding.dataToObject(TupleInput keyInput, TupleInput valueInput)
           
abstract  void TupleTupleKeyExtractor.extractIndexKey(TupleInput primaryKeyInput, TupleInput valueInput, TupleOutput indexKeyOutput)
          Extracts the index key data from primary key tuple and value tuple data.
abstract  void TupleTupleKeyExtractor.extractIndexKey(TupleInput primaryKeyInput, TupleInput valueInput, TupleOutput indexKeyOutput)
          Extracts the index key data from primary key tuple and value tuple data.
abstract  void TupleTupleKeyExtractor.clearIndexKey(TupleInput valueInput, TupleOutput valueOutput)
          Clears the index key in the tuple value data.
abstract  Object TupleTupleBinding.dataToObject(TupleInput keyInput, TupleInput valueInput)
          Constructs an entity object from TupleInput key and value data objects.
abstract  Object TupleTupleBinding.dataToObject(TupleInput keyInput, TupleInput valueInput)
          Constructs an entity object from TupleInput key and value data objects.
 Object TupleMarshalledBinding.dataToObject(TupleInput input)
           
 void TupleFormat.inputToData(TupleInput input, DataBuffer data)
          Utility method to set the data in a data buffer to the data in a tuple input object.
abstract  Object TupleBinding.dataToObject(TupleInput input)
          Constructs a key or value object from TupleInput data.
 void MarshalledTupleKeyEntity.unmarshalPrimaryKey(TupleInput keyInput)
          Completes construction of the entity by setting its primary key from the stored primary key.
 void MarshalledTupleData.unmarshalData(TupleInput dataInput)
          Construct the key or value object from the key or value tuple data.
 


Berkeley DB
version 4.2.52

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.