Dbc

Undocumented in source.

Constructors

this
this(DBC* dbc, bool join, DbEnv dbenv)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
cmp
int cmp(Dbc other_cursor, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
count
db_recno_t count(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
db_stream
DbStream db_stream(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
del
int del(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
dup
Dbc dup(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
get
int get(Dbt* key, Dbt* data, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
get_priority
DbCachePriority get_priority()
Undocumented in source. Be warned that the author may not have intended to support it.
pget
int pget(Dbt* key, Dbt* pkey, Dbt* data, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
put
int put(Dbt* key, Dbt* data, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
set_priority
void set_priority(DbCachePriority priority)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

_DBC
DBC* _DBC [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
_join
bool _join [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
_opened
int _opened [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta