|
Berkeley DB Java Edition version 1.5.3 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DatabaseConfig | |
| com.sleepycat.je | Foundation for creating environments, databases and transactions; provides cursor based data access. |
| Uses of DatabaseConfig in com.sleepycat.je |
| Subclasses of DatabaseConfig in com.sleepycat.je | |
class |
SecondaryConfig
The configuration properties of a SecondaryDatabase extend
those of a primary Database. |
| Methods in com.sleepycat.je that return DatabaseConfig | |
DatabaseConfig |
Database.getConfig()
Return this Database object's configuration. |
| Methods in com.sleepycat.je with parameters of type DatabaseConfig | |
Database |
Environment.openDatabase(Transaction txn,
String databaseName,
DatabaseConfig dbConfig)
Open, and optionally create, a Database. |
|
Berkeley DB Java Edition version 1.5.3 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||