GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
gnc-customer-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 "gncBillTermP.h"
#include "gncCustomerP.h"
#include "gncTaxTableP.h"
#include "gnc-customer-sql.h"
#include "gnc-address-sql.h"
#include "gnc-bill-term-sql.h"
#include "gnc-tax-table-sql.h"

Go to the source code of this file.

Data Structures

struct  write_customers_t
 

Macros

#define _GNC_MOD_NAME   GNC_ID_CUSTOMER
 
#define TABLE_NAME   "customers"
 
#define TABLE_VERSION   2
 
#define MAX_NAME_LEN   2048
 
#define MAX_ID_LEN   2048
 
#define MAX_NOTES_LEN   2048
 

Functions

void gnc_customer_sql_initialize (void)
 

Detailed Description

load and save address data to SQL

Author
Copyright (c) 2007-2008 Phil Longstaff plong.nosp@m.staf.nosp@m.f@rog.nosp@m.ers..nosp@m.com

This file implements the top-level QofBackend API for saving/ restoring data to/from an SQL database

Definition in file gnc-customer-sql.c.