GnuCash 2.4.99
Data Structures | Defines | Functions
gnc-tax-table-sql.c File Reference

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

Defines

#define _GNC_MOD_NAME   GNC_ID_TAXTABLE
#define MAX_NAME_LEN   50
#define TT_TABLE_NAME   "taxtables"
#define TT_TABLE_VERSION   2
#define TTENTRIES_TABLE_NAME   "taxtable_entries"
#define TTENTRIES_TABLE_VERSION   3

Functions

void gnc_taxtable_sql_initialize (void)

Detailed Description

load and save address data to SQL

Author:
Copyright (c) 2007-2008 Phil Longstaff <plongstaff@rogers.com>

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines