|
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-commodity.h"#include "gnc-backend-sql.h"#include "gnc-commodity-sql.h"#include "gnc-slots-sql.h"#include "gncBillTermP.h"#include "gncInvoiceP.h"#include "gnc-invoice-sql.h"#include "gnc-owner-sql.h"#include "gnc-bill-term-sql.h"Go to the source code of this file.
Macros | |
| #define | _GNC_MOD_NAME GNC_ID_INVOICE |
| #define | TABLE_NAME "invoices" |
| #define | TABLE_VERSION 3 |
| #define | MAX_ID_LEN 2048 |
| #define | MAX_NOTES_LEN 2048 |
| #define | MAX_BILLING_ID_LEN 2048 |
Functions | |
| void | gnc_invoice_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-invoice-sql.c.
1.8.6