GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
gnc-budget-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 "Recurrence.h"
#include "gnc-budget-sql.h"
#include "gnc-slots-sql.h"
#include "gnc-recurrence-sql.h"
#include "gnc-budget.h"

Go to the source code of this file.

Data Structures

struct  budget_amount_info_t
 

Macros

#define BUDGET_TABLE   "budgets"
 
#define TABLE_VERSION   1
 
#define AMOUNTS_TABLE   "budget_amounts"
 
#define AMOUNTS_TABLE_VERSION   1
 
#define BUDGET_MAX_NAME_LEN   2048
 
#define BUDGET_MAX_DESCRIPTION_LEN   2048
 

Functions

void gnc_sql_init_budget_handler (void)
 

Detailed Description

load and save 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 db

Definition in file gnc-budget-sql.c.