Berkeley DB Java Edition
version 1.5.1

Uses of Class
com.sleepycat.je.VerifyConfig

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

Uses of VerifyConfig in com.sleepycat.je
 

Methods in com.sleepycat.je with parameters of type VerifyConfig
 boolean Environment.verify(VerifyConfig verifyConfig, PrintStream out)
          Verify that the database environment is consistent and correct.
 boolean Database.verify(VerifyConfig config, PrintStream out)
          Verify the integrity of the database.
 


Berkeley DB Java Edition
version 1.5.1

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