Uses of Package
com.sun.sgs.service.store.db

Packages that use com.sun.sgs.service.store.db
com.sun.sgs.impl.service.data.store Provides facilities for storing objects used by DataServiceImpl
com.sun.sgs.impl.service.data.store.db.bdb Provides an implementation of the interfaces in the com.sun.sgs.service.store.db package based on Berkeley DB
com.sun.sgs.impl.service.data.store.db.je Provides an implementation of the interfaces in the com.sun.sgs.service.store.db package based on Berkeley DB Java Edition
com.sun.sgs.service.store.db Provides a database abstraction layer for use by the default implementation of the DataStore class. 
 

Classes in com.sun.sgs.service.store.db used by com.sun.sgs.impl.service.data.store
DbDatabase
          The interface to a database.
DbEnvironment
          The interface for interacting with the database implementation.
DbTransaction
          The interface for a database transaction.
 

Classes in com.sun.sgs.service.store.db used by com.sun.sgs.impl.service.data.store.db.bdb
DbCursor
          The interface to a cursor for iterating over the contents of a database.
DbDatabase
          The interface to a database.
DbEnvironment
          The interface for interacting with the database implementation.
DbTransaction
          The interface for a database transaction.
 

Classes in com.sun.sgs.service.store.db used by com.sun.sgs.impl.service.data.store.db.je
DbCursor
          The interface to a cursor for iterating over the contents of a database.
DbDatabase
          The interface to a database.
DbEnvironment
          The interface for interacting with the database implementation.
DbTransaction
          The interface for a database transaction.
 

Classes in com.sun.sgs.service.store.db used by com.sun.sgs.service.store.db
DbCursor
          The interface to a cursor for iterating over the contents of a database.
DbDatabase
          The interface to a database.
DbTransaction
          The interface for a database transaction.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved