Berkeley DB
version 4.2.52

Uses of Class
com.sleepycat.db.DbDeadlockException

Packages that use DbDeadlockException
com.sleepycat.db Java API programming notes
[reference guide] 
 

Uses of DbDeadlockException in com.sleepycat.db
 

Methods in com.sleepycat.db that throw DbDeadlockException
 void DbEnv.dbremove(DbTxn txnid, String file, String database, int flags)
          Deprecated. As of Berkeley DB 4.2, replaced by DbEnv.dbRemove(DbTxn,String,String,int)
 void DbEnv.dbRemove(DbTxn txnid, String file, String database, int flags)
          The DbEnv.dbRemove method removes the database specified by the file and database parameters.
 void DbEnv.dbrename(DbTxn txnid, String file, String database, String newname, int flags)
          Deprecated. As of Berkeley DB 4.2, replaced by DbEnv.dbRename(DbTxn,String,String,String,int)
 void DbEnv.dbRename(DbTxn txnid, String file, String database, String newname, int flags)
          The DbEnv.dbRename method renames the database specified by the file and database parameters to newname.
 void Db.open(DbTxn txnid, String file, String database, int type, int flags, int mode)
          The Db.open method opens the database represented by the file and database parameters for both reading and writing.
 


Berkeley DB
version 4.2.52

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