Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.DatabaseNotFoundException

Packages that use DatabaseNotFoundException
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
com.sleepycat.je.util Supporting utilities. 
 

Uses of DatabaseNotFoundException in com.sleepycat.je
 

Methods in com.sleepycat.je that throw DatabaseNotFoundException
 Database Environment.openDatabase(Transaction txn, String databaseName, DatabaseConfig dbConfig)
          Opens, and optionally creates, a Database.
 SecondaryDatabase Environment.openSecondaryDatabase(Transaction txn, String databaseName, Database primaryDatabase, SecondaryConfig dbConfig)
          Opens and optionally creates a SecondaryDatabase.
 void Environment.removeDatabase(Transaction txn, String databaseName)
          Removes a database from the environment, discarding all records in the database and removing the database name itself.
 void Environment.renameDatabase(Transaction txn, String databaseName, String newName)
          Renames a database, without removing the records it contains.
 long Environment.truncateDatabase(Transaction txn, String databaseName, boolean returnCount)
          Empties the database, discarding all the records it contains, without removing the database name.
 

Uses of DatabaseNotFoundException in com.sleepycat.je.util
 

Methods in com.sleepycat.je.util that throw DatabaseNotFoundException
 void DbDump.dump()
          Perform the dump.
 boolean DbStat.stats(PrintStream out)
           
 


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.