|
GnuCash
2.6.99
|
load and save data to SQL More...
#include "config.h"#include <errno.h>#include <glib.h>#include <glib/gstdio.h>#include "gmtime_r.h"#include "gnc-backend-dbi-priv.h"#include "qof.h"#include "qofquery-p.h"#include "qofquerycore-p.h"#include "Account.h"#include "TransLog.h"#include "gnc-engine.h"#include "SX-book.h"#include "Recurrence.h"#include "gnc-uri-utils.h"#include "gnc-filepath-utils.h"#include "gnc-locale-utils.h"#include "gnc-backend-dbi.h"#include "gnc-prefs.h"#include <limits.h>#include <unistd.h>#include <dbi/dbi-dev.h>Go to the source code of this file.
Data Structures | |
| struct | GncDbiSqlRow |
| struct | GncDbiSqlResult |
| struct | GncDbiSqlStatement |
Functions | |
| void | gnc_module_init_backend_dbi (void) |
| G_MODULE_EXPORT void | qof_backend_module_init (void) |
| G_MODULE_EXPORT void | qof_backend_module_finalize (void) |
| void | gnc_module_finalize_backend_dbi (void) |
load and save data to SQL
This file implements the top-level QofBackend API for saving/ restoring data to/from an SQL db using libdbi
Definition in file gnc-backend-dbi.c.
| void gnc_module_finalize_backend_dbi | ( | void | ) |
Shutdown function which can be used when this module is statically linked into the application.
Definition at line 2001 of file gnc-backend-dbi.c.
| void gnc_module_init_backend_dbi | ( | void | ) |
Initialization function which can be used when this module is statically linked into the application.
Definition at line 1868 of file gnc-backend-dbi.c.
| G_MODULE_EXPORT void qof_backend_module_init | ( | void | ) |
This is the standarized initialization function of a qof_backend GModule, but compiling this can be disabled by defining GNC_NO_LOADABLE_MODULES.
Definition at line 1988 of file gnc-backend-dbi.c.
1.8.6