|
GnuCash
2.6.99
|
load and save data to SQL More...
#include "config.h"#include <glib.h>#include "qof.h"#include "Account.h"#include "AccountP.h"#include "gnc-commodity.h"#include "gnc-backend-sql.h"#include "gnc-account-sql.h"#include "gnc-commodity-sql.h"#include "gnc-slots-sql.h"#include "gnc-transaction-sql.h"Go to the source code of this file.
Data Structures | |
| struct | account_parent_guid_struct |
Functions | |
| gboolean | gnc_sql_save_account (GncSqlBackend *be, QofInstance *inst) |
| void | gnc_sql_init_account_handler (void) |
load and save data to SQL
This file implements the top-level QofBackend API for saving/ restoring data to/from an SQL db
Definition in file gnc-account-sql.c.
1.8.6