Open Method

BerkeleyDB

Overload List

  NameDescription
Open(String, SecondaryBTreeDatabaseConfig)
Instantiate a new SecondaryBTreeDatabase object, open the database represented by Filename and associate the database with the primary index.
Open(String, SecondaryBTreeDatabaseConfig, Transaction)
Instantiate a new SecondaryBTreeDatabase object, open the database represented by Filename and associate the database with the primary index.
Open(String, String, SecondaryBTreeDatabaseConfig)
Instantiate a new SecondaryBTreeDatabase object, open the database represented by Filename and associate the database with the primary index.
Open(String, String, SecondaryBTreeDatabaseConfig, Transaction)
Instantiate a new SecondaryBTreeDatabase object, open the database represented by Filename and associate the database with the primary index.

See Also