|
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 "gncEntry.h"#include "gncTaxTableP.h"#include "gnc-tax-table-sql.h"Go to the source code of this file.
Data Structures | |
| struct | guid_info_t |
| struct | taxtable_parent_guid_struct |
Functions | |
| void | gnc_taxtable_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-tax-table-sql.c.
1.8.6