Berkeley DB
version 4.2.52

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

Packages that use TupleOutput
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 TupleOutput in com.sleepycat.bdb.bind.serial
 

Methods in com.sleepycat.bdb.bind.serial with parameters of type TupleOutput
 void TupleSerialMarshalledKeyExtractor.extractIndexKey(TupleInput primaryKeyInput, Object valueInput, TupleOutput indexKeyOutput)
           
 void TupleSerialMarshalledBinding.objectToKey(Object object, TupleOutput output)
           
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  void TupleSerialBinding.objectToKey(Object object, TupleOutput output)
          Extracts a key tuple from an entity object.
 

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

Methods in com.sleepycat.bdb.bind.tuple that return TupleOutput
 TupleOutput TupleFormat.newOutput()
          Utility method for use by bindings to create a tuple output object.
 

Methods in com.sleepycat.bdb.bind.tuple with parameters of type TupleOutput
 void TupleTupleMarshalledKeyExtractor.extractIndexKey(TupleInput primaryKeyInput, TupleInput valueInput, TupleOutput indexKeyOutput)
           
 void TupleTupleMarshalledKeyExtractor.clearIndexKey(TupleInput valueInput, TupleOutput valueOutput)
           
 void TupleTupleMarshalledBinding.objectToKey(Object object, TupleOutput output)
           
 void TupleTupleMarshalledBinding.objectToValue(Object object, TupleOutput output)
           
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  void TupleTupleBinding.objectToKey(Object object, TupleOutput output)
          Extracts a key tuple from an entity object.
abstract  void TupleTupleBinding.objectToValue(Object object, TupleOutput output)
          Extracts a key tuple from an entity object.
 void TupleMarshalledBinding.objectToData(Object object, TupleOutput output)
           
 void TupleFormat.outputToData(TupleOutput output, DataBuffer data)
          Utility method to set the data in a data buffer to the data in a tuple output object.
abstract  void TupleBinding.objectToData(Object object, TupleOutput output)
          Converts a key or value object to a tuple data.
 void MarshalledTupleKeyEntity.marshalPrimaryKey(TupleOutput keyOutput)
          Extracts the entity's primary key and writes it to the key output.
 void MarshalledTupleKeyEntity.marshalIndexKey(String keyName, TupleOutput keyOutput)
          Extracts the entity's index key and writes it to the key output.
 void MarshalledTupleData.marshalData(TupleOutput dataOutput)
          Construct the key or value tuple data from the key or value object.
 

Constructors in com.sleepycat.bdb.bind.tuple with parameters of type TupleOutput
TupleInput(TupleOutput output)
          Creates a tuple input object from the data contained in a tuple output object.
 


Berkeley DB
version 4.2.52

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