|
GnuCash
2.6.99
|
load and save address data to SQL More...
#include "config.h"#include <glib.h>#include <stdlib.h>#include <string.h>#include "gnc-backend-sql.h"#include "gnc-slots-sql.h"#include "gncBillTermP.h"#include "gncInvoice.h"#include "gnc-bill-term-sql.h"#include "qof.h"Go to the source code of this file.
Data Structures | |
| struct | billterm_parent_guid_struct |
| struct | write_billterms_t |
Macros | |
| #define | _GNC_MOD_NAME GNC_ID_BILLTERM |
| #define | MAX_NAME_LEN 2048 |
| #define | MAX_DESCRIPTION_LEN 2048 |
| #define | MAX_TYPE_LEN 2048 |
| #define | TABLE_NAME "billterms" |
| #define | TABLE_VERSION 2 |
Functions | |
| gboolean | gnc_sql_save_billterm (GncSqlBackend *be, QofInstance *inst) |
| void | gnc_billterm_sql_initialize (void) |
load and save address data to SQL
This file implements the top-level QofBackend API for saving/ restoring data to/from an SQL database
Definition in file gnc-bill-term-sql.c.
1.8.6