DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Berkeley DB
version 4.4.20

Uses of Class
com.sleepycat.db.EnvironmentConfig

Packages that use EnvironmentConfig
com.sleepycat.db Berkeley DB Java API
[reference guide] [Java programming notes]
 

Uses of EnvironmentConfig in com.sleepycat.db
 

Fields in com.sleepycat.db declared as EnvironmentConfig
static EnvironmentConfig EnvironmentConfig.DEFAULT
           
 

Methods in com.sleepycat.db that return EnvironmentConfig
 EnvironmentConfig Environment.getConfig()
          Return this object's configuration.
 

Methods in com.sleepycat.db with parameters of type EnvironmentConfig
static void Environment.remove(File home, boolean force, EnvironmentConfig config)
          Destroy a database environment.
 void Environment.setConfig(EnvironmentConfig config)
          Change the settings in an existing environment handle.
 

Constructors in com.sleepycat.db with parameters of type EnvironmentConfig
Environment(File envHome, EnvironmentConfig envConfig)
          Create a database environment handle.
 


Berkeley DB
version 4.4.20

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