Berkeley DB
version 4.2.52

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

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

Constructors in com.sleepycat.bdb.bind.serial with parameters of type TupleFormat
TupleSerialMarshalledKeyExtractor(TupleSerialMarshalledBinding binding, TupleFormat indexKeyFormat, String keyName, boolean usePrimaryKey, boolean useValue)
          Creates a tuple-serial marshalled key extractor.
TupleSerialMarshalledBinding(TupleFormat keyFormat, SerialFormat valueFormat)
          Creates a tuple-serial marshalled binding object.
TupleSerialKeyExtractor(TupleFormat primaryKeyFormat, SerialFormat valueFormat, TupleFormat indexKeyFormat)
          Creates a tuple-serial key extractor.
TupleSerialKeyExtractor(TupleFormat primaryKeyFormat, SerialFormat valueFormat, TupleFormat indexKeyFormat)
          Creates a tuple-serial key extractor.
TupleSerialBinding(TupleFormat keyFormat, SerialFormat valueFormat)
          Creates a tuple-serial entity binding.
 

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

Methods in com.sleepycat.bdb.bind.tuple with parameters of type TupleFormat
static TupleBinding TupleBinding.getPrimitiveBinding(Class cls, TupleFormat format)
          Creates a tuple binding for a primitive Java class.
 

Constructors in com.sleepycat.bdb.bind.tuple with parameters of type TupleFormat
TupleTupleMarshalledKeyExtractor(TupleTupleMarshalledBinding binding, TupleFormat indexKeyFormat, String keyName, boolean usePrimaryKey, boolean useValue)
          Creates a tuple-tuple marshalled key extractor.
TupleTupleMarshalledBinding(TupleFormat keyFormat, TupleFormat valueFormat, Class cls)
          Creates a tuple-tuple marshalled binding object.
TupleTupleMarshalledBinding(TupleFormat keyFormat, TupleFormat valueFormat, Class cls)
          Creates a tuple-tuple marshalled binding object.
TupleTupleKeyExtractor(TupleFormat primaryKeyFormat, TupleFormat valueFormat, TupleFormat indexKeyFormat)
          Creates a tuple-tuple key extractor.
TupleTupleKeyExtractor(TupleFormat primaryKeyFormat, TupleFormat valueFormat, TupleFormat indexKeyFormat)
          Creates a tuple-tuple key extractor.
TupleTupleKeyExtractor(TupleFormat primaryKeyFormat, TupleFormat valueFormat, TupleFormat indexKeyFormat)
          Creates a tuple-tuple key extractor.
TupleTupleBinding(TupleFormat keyFormat, TupleFormat valueFormat)
          Creates a tuple-tuple entity binding.
TupleTupleBinding(TupleFormat keyFormat, TupleFormat valueFormat)
          Creates a tuple-tuple entity binding.
TupleMarshalledBinding(TupleFormat format, Class cls)
          Creates a tuple marshalled binding object.
TupleInputBinding(TupleFormat format)
          Creates a tuple input binding.
TupleBinding(TupleFormat format)
          Creates a tuple binding.
 


Berkeley DB
version 4.2.52

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