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

load and save data to SQL More...

#include "config.h"
#include <glib.h>
#include "qof.h"
#include "gnc-pricedb.h"
#include "gnc-backend-sql.h"
#include "gnc-commodity-sql.h"
#include "gnc-price-sql.h"
#include "gnc-slots-sql.h"

Go to the source code of this file.

Macros

#define TABLE_NAME   "prices"
 
#define TABLE_VERSION   2
 
#define PRICE_MAX_SOURCE_LEN   2048
 
#define PRICE_MAX_TYPE_LEN   2048
 

Functions

void gnc_sql_init_price_handler (void)
 

Detailed Description

load and save data to SQL

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