Uses of Interface
com.sun.sgs.service.store.db.DbCursor

Packages that use DbCursor
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. 
 

Uses of DbCursor in com.sun.sgs.impl.service.data.store.db.bdb
 

Classes in com.sun.sgs.impl.service.data.store.db.bdb that implement DbCursor
 class BdbCursor
          Provides a cursor implementation using Berkeley DB.
 

Methods in com.sun.sgs.impl.service.data.store.db.bdb that return DbCursor
 DbCursor BdbDatabase.openCursor(DbTransaction txn)
          Returns a cursor for iterating over the contents of this database.
 

Uses of DbCursor in com.sun.sgs.impl.service.data.store.db.je
 

Classes in com.sun.sgs.impl.service.data.store.db.je that implement DbCursor
 class JeCursor
          Provides a cursor implementation using Berkeley DB Java Edition.
 

Methods in com.sun.sgs.impl.service.data.store.db.je that return DbCursor
 DbCursor JeDatabase.openCursor(DbTransaction txn)
          Returns a cursor for iterating over the contents of this database.
 

Uses of DbCursor in com.sun.sgs.service.store.db
 

Methods in com.sun.sgs.service.store.db that return DbCursor
 DbCursor DbDatabase.openCursor(DbTransaction txn)
          Returns a cursor for iterating over the contents of this database.
 


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