Berkeley DB
version 4.2.52

Uses of Package
com.sleepycat.bdb.bind

Packages that use com.sleepycat.bdb.bind
com.sleepycat.bdb Core database classes for defining an environment, creating data stores, and running transactions
[reference guide] 
com.sleepycat.bdb.bind Interfaces for defining data formats and data-to-object bindings [reference guide] 
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 
com.sleepycat.bdb.collection Collection classes providing Map, Set, List and Iterator views of a data store
[reference guide] 
 

Classes in com.sleepycat.bdb.bind used by com.sleepycat.bdb
DataBinding
          The interface implemented by all data-to-object bindings.
DataBuffer
          The interface used in bindings to access the data as a byte array.
DataFormat
          The tag interface implemented by all data formats.
EntityBinding
          The interface implemented by all entity or key/data-to-object bindings.
KeyExtractor
          The interface implemented for extracting the index key from primary key and/or value buffers, and for clearing the index key in a value buffer.
 

Classes in com.sleepycat.bdb.bind used by com.sleepycat.bdb.bind
ByteArrayFormat
          The format for data stored as a byte array.
DataBinding
          The interface implemented by all data-to-object bindings.
DataBuffer
          The interface used in bindings to access the data as a byte array.
DataFormat
          The tag interface implemented by all data formats.
 

Classes in com.sleepycat.bdb.bind used by com.sleepycat.bdb.bind.serial
DataBinding
          The interface implemented by all data-to-object bindings.
DataBuffer
          The interface used in bindings to access the data as a byte array.
DataFormat
          The tag interface implemented by all data formats.
EntityBinding
          The interface implemented by all entity or key/data-to-object bindings.
KeyExtractor
          The interface implemented for extracting the index key from primary key and/or value buffers, and for clearing the index key in a value buffer.
 

Classes in com.sleepycat.bdb.bind used by com.sleepycat.bdb.bind.tuple
DataBinding
          The interface implemented by all data-to-object bindings.
DataBuffer
          The interface used in bindings to access the data as a byte array.
DataFormat
          The tag interface implemented by all data formats.
EntityBinding
          The interface implemented by all entity or key/data-to-object bindings.
KeyExtractor
          The interface implemented for extracting the index key from primary key and/or value buffers, and for clearing the index key in a value buffer.
 

Classes in com.sleepycat.bdb.bind used by com.sleepycat.bdb.collection
DataBinding
          The interface implemented by all data-to-object bindings.
EntityBinding
          The interface implemented by all entity or key/data-to-object bindings.
 


Berkeley DB
version 4.2.52

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