Berkeley DB
version 4.2.52

Uses of Interface
com.sleepycat.bdb.PrimaryKeyAssigner

Packages that use PrimaryKeyAssigner
com.sleepycat.bdb Core database classes for defining an environment, creating data stores, and running transactions
[reference guide] 
com.sleepycat.bdb.factory Factory classes 
 

Uses of PrimaryKeyAssigner in com.sleepycat.bdb
 

Methods in com.sleepycat.bdb that return PrimaryKeyAssigner
 PrimaryKeyAssigner DataStore.getKeyAssigner()
          Returns the key assigner associated with this store.
 

Constructors in com.sleepycat.bdb with parameters of type PrimaryKeyAssigner
DataStore(Db db, DataFormat keyFormat, DataFormat valueFormat, PrimaryKeyAssigner keyAssigner)
          Creates a store from a previously opened Db object.
 

Uses of PrimaryKeyAssigner in com.sleepycat.bdb.factory
 

Methods in com.sleepycat.bdb.factory with parameters of type PrimaryKeyAssigner
 DataStore TupleSerialDbFactory.newDataStore(Db db, Class baseClass, PrimaryKeyAssigner keyAssigner)
          Creates a store from a previously opened Db object.
 


Berkeley DB
version 4.2.52

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