#include <ermetadb_private.h>
Data Fields | |
sqlite3 * | database |
gchar * | directory |
gboolean | is_global |
gboolean | readonly |
unsigned int | transaction_nesting |
gboolean | is_transaction_readonly |
gboolean | do_force_rollback |
Definition at line 47 of file ermetadb_private.h.
sqlite3* erMetadb_t::database |
Definition at line 49 of file ermetadb_private.h.
gchar* erMetadb_t::directory |
Definition at line 51 of file ermetadb_private.h.
gboolean erMetadb_t::do_force_rollback |
Definition at line 56 of file ermetadb_private.h.
gboolean erMetadb_t::is_global |
Definition at line 52 of file ermetadb_private.h.
gboolean erMetadb_t::is_transaction_readonly |
Definition at line 55 of file ermetadb_private.h.
gboolean erMetadb_t::readonly |
Definition at line 53 of file ermetadb_private.h.
unsigned int erMetadb_t::transaction_nesting |
Definition at line 54 of file ermetadb_private.h.