db_multimap(Db *dbp=NULL, DbEnv *envp=NULL)
Constructor.
See class detail for handle requirement.
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.
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.