db_multimap

Function Details

db_multimap(Db *dbp=NULL,
    DbEnv *envp=NULL)
 

Constructor.

See class detail for handle requirement.

Parameters

dbp

The database handle.

envp

The database environment handle.

db_multimap(Db *dbp, DbEnv *envp, InputIterator first,
    InputIterator last)
 

Iteration constructor.

Iterates between first and last, setting a copy of each of the sequence of elements as the content of the container object. This function supports auto-commit. See class detail for handle requirement.

Parameters

dbp

The database handle.

envp

The database environment handle.

last

The open boundary of the range.

first

The closed boundary of the range.

db_multimap(const self &x)
 

Copy constructor.

Create an database and insert all key/data pairs in x into this container. x's data members are not copied. This function supports auto-commit.

Parameters

x

The other container to initialize this container.

Class

db_multimap