[][src]Module libdb::db

Structs

Cursor
DatabaseBuilder

DatabaseBuilder is used to configure and open a database.

Db

Database is the handle for a single Berkeley DB database.

Env

The Environment object is the handle to a Berkeley DB environment.

EnvironmentBuilder

EnvironmentBuilder is used to configure and open a Berkeley DB environment.

Transaction

The Transaction object is the handle for a transaction.

Enums

CommitType
DbType

Type Definitions

Database
Environment