|
GnuCash
2.6.99
|
load and save data to SQL More...
#include "config.h"#include <glib.h>#include "qof.h"#include "gnc-backend-sql.h"#include "gnc-book-sql.h"#include "gnc-slots-sql.h"#include "gnc-engine.h"#include "SX-book.h"#include "SX-book-p.h"Go to the source code of this file.
Macros | |
| #define | BOOK_TABLE "books" |
| #define | TABLE_VERSION 1 |
Functions | |
| gboolean | gnc_sql_save_book (GncSqlBackend *be, QofInstance *inst) |
| void | gnc_sql_init_book_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-book-sql.c.
1.8.6