GnuCash 2.4.99
Defines | Functions
gnc-schedxaction-sql.c File Reference

load and save data to SQL More...

#include "config.h"
#include <glib.h>
#include "qof.h"
#include "gnc-backend-sql.h"
#include "gnc-schedxaction-sql.h"
#include "gnc-slots-sql.h"
#include "SchedXaction.h"
#include "SX-book.h"
#include "Recurrence.h"
#include "gnc-recurrence-sql.h"
#include "gnc-transaction-sql.h"

Go to the source code of this file.

Defines

#define SCHEDXACTION_TABLE   "schedxactions"
#define TABLE_VERSION   1
#define SX_MAX_NAME_LEN   2048

Functions

gboolean gnc_sql_save_schedxaction (GncSqlBackend *be, QofInstance *inst)
void gnc_sql_init_schedxaction_handler (void)

Detailed Description

load and save data to SQL

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

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

Definition in file gnc-schedxaction-sql.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines