GnuCash 2.4.99
Data Structures | Defines | 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

Defines

#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 <plongstaff@rogers.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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines