GnuCash 2.4.99
Defines | Typedefs | Functions
gnc-address-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-engine.h"
#include "gncAddress.h"
#include "gnc-backend-sql.h"
#include "gnc-address-sql.h"

Go to the source code of this file.

Defines

#define ADDRESS_MAX_NAME_LEN   1024
#define ADDRESS_MAX_ADDRESS_LINE_LEN   1024
#define ADDRESS_MAX_PHONE_LEN   128
#define ADDRESS_MAX_FAX_LEN   128
#define ADDRESS_MAX_EMAIL_LEN   256

Typedefs

typedef void(* AddressSetterFunc )(gpointer, GncAddress *)
typedef GncAddress *(* AddressGetterFunc )(const gpointer)

Functions

void gnc_address_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-address-sql.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines