Berkeley DB Java Edition
version 1.5.1

Uses of Class
com.sleepycat.je.SecondaryConfig

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

Uses of SecondaryConfig in com.sleepycat.je
 

Methods in com.sleepycat.je that return SecondaryConfig
 SecondaryConfig SecondaryDatabase.getSecondaryConfig()
          Returns a copy of the secondary configuration of this database.
 

Methods in com.sleepycat.je with parameters of type SecondaryConfig
 SecondaryDatabase Environment.openSecondaryDatabase(Transaction txn, String databaseName, Database primaryDatabase, SecondaryConfig secConfig)
          Open and optionally create a SecondaryDatabase.
 


Berkeley DB Java Edition
version 1.5.1

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