Berkeley DB
version 4.2.52

Uses of Package
com.sleepycat.bdb

Packages that use com.sleepycat.bdb
com.sleepycat.bdb Core database classes for defining an environment, creating data stores, and running transactions
[reference guide] 
com.sleepycat.bdb.collection Collection classes providing Map, Set, List and Iterator views of a data store
[reference guide] 
com.sleepycat.bdb.factory Factory classes 
 

Classes in com.sleepycat.bdb used by com.sleepycat.bdb
CurrentTransaction
          Provides access to the current transaction for the current thread within the context of a Berkeley DB environment.
DataCursor
          (internal) Represents a Berkeley DB cursor and adds support for indices, bindings and key ranges.
DataDb
          (internal) Wraps a Berkeley DB database (Db) object and adds normalization of certain flags and environment modes.
DataIndex
          Represents a Berkeley DB secondary index.
DataStore
          Represents a Berkeley DB database in the role of a primary data store.
DataThang
          (internal) An extension of a Berkeley DB thang (Dbt) that supports the DataBuffer interface for bindings and other added utilities.
DataView
          (internal) Represents a Berkeley DB database and adds support for indices, bindings and key ranges.
KeyRangeException
          (internal) An exception thrown when a key is out of range.
PrimaryKeyAssigner
          An interface implemented to assign new primary key values.
RecordNumberFormat
          The data format for record number keys.
TransactionWorker
          The interface implemented to perform the work within a transaction.
 

Classes in com.sleepycat.bdb used by com.sleepycat.bdb.collection
DataIndex
          Represents a Berkeley DB secondary index.
DataStore
          Represents a Berkeley DB database in the role of a primary data store.
 

Classes in com.sleepycat.bdb used by com.sleepycat.bdb.factory
DataIndex
          Represents a Berkeley DB secondary index.
DataStore
          Represents a Berkeley DB database in the role of a primary data store.
ForeignKeyIndex
          Represents a Berkeley DB secondary index where the index key is the primary key of another data store.
PrimaryKeyAssigner
          An interface implemented to assign new primary key values.
 


Berkeley DB
version 4.2.52

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