Berkeley DB: DbException::get_errno
Google

ee,hash,hashing,transaction,transactions,locking,logging,access method,access me thods,java,C,C++">

DbException::get_errno


#include <db_cxx.h>

const int DbException::get_errno();

Description

A DbException object contains an informational string and an errno. The errno can be obtained by using DbException::get_errno. The informational string can be obtained by using DbException::what.

Class

DbException

See Also

DbException::get_errno and DbException::what.