GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
gnc-recurrence-sql.h File Reference

load and save accounts data to SQL More...

#include <glib.h>
#include "Recurrence.h"
#include "guid.h"
#include "gnc-backend-sql.h"

Go to the source code of this file.

Functions

gboolean gnc_sql_recurrence_save (GncSqlBackend *be, const GncGUID *guid, const Recurrence *pRecurrence)
 
void gnc_sql_recurrence_save_list (GncSqlBackend *be, const GncGUID *guid, GList *schedule)
 
gboolean gnc_sql_recurrence_delete (GncSqlBackend *be, const GncGUID *guid)
 
Recurrencegnc_sql_recurrence_load (GncSqlBackend *be, const GncGUID *guid)
 
GList * gnc_sql_recurrence_load_list (GncSqlBackend *be, const GncGUID *guid)
 
void gnc_sql_init_recurrence_handler (void)
 

Detailed Description

load and save accounts data to SQL

Author
Copyright (c) 2006-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-recurrence-sql.h.