bdb2d v5.3.28 (2017-08-18T20:51:03Z)
Home
Dub
Repo
DbLockNotGrantedException
berkeleydb
dbexception
Undocumented in source.
class
DbLockNotGrantedException :
DbException
{
db_lockop_t
op
;
db_lockmode_t
mode
;
const
(
Dbt
)*
obj
;
const
(
DB_LOCK
)*
lock
;
int
index
;
this
(string msg_prefix, int errno, DbEnv env, db_lockop_t _op, db_lockmode_t _mode, const(Dbt)* _obj, const(DB_LOCK)* _lock, int _index, string file, size_t line);
}
Constructors
this
this
(string msg_prefix, int errno, DbEnv env, db_lockop_t _op, db_lockmode_t _mode, const(Dbt)* _obj, const(DB_LOCK)* _lock, int _index, string file, size_t line)
Undocumented in source.
Members
Variables
index
int
index
;
Undocumented in source.
lock
const
(
DB_LOCK
)*
lock
;
Undocumented in source.
mode
db_lockmode_t
mode
;
Undocumented in source.
obj
const
(
Dbt
)*
obj
;
Undocumented in source.
op
db_lockop_t
op
;
Undocumented in source.
Inherited Members
From DbException
dberrno
int
dberrno
;
Undocumented in source.
dbenv
DbEnv
dbenv
;
Undocumented in source.
Meta
Source
See Implementation
berkeleydb
dbexception
classes
DbDeadlockException
DbException
DbLockNotGrantedException
DbMemoryException
DbRepHandleDeadException
DbRunRecoveryException
DbWrongUsingException
functions
DbRetCodeToException