QOF  0.8.7
Data Structures

private api for data storage backend More...

#include "qofinstance-p.h"
#include "qofquery.h"
#include "qofsession.h"

Go to the source code of this file.

Data Structures

struct  QofBackendProvider_s
 
struct  QofBackend_s
 

Functions

Backend_Private

Pseudo-object defining how the engine can interact with different back-ends (which may be SQL databases, or network interfaces to remote QOF servers. File-io is just one type of backend).

The callbacks will be called at the appropriate times during a book session to allow the backend to store the data as needed.

void qof_backend_register_provider (QofBackendProvider *)
 
void qof_backend_init (QofBackend *be)
 
gchar qof_book_get_open_marker (QofBook *book)
 
gint32 qof_book_get_version (QofBook *book)
 
guint32 qof_book_get_idata (QofBook *book)
 
void qof_book_set_version (QofBook *book, gint32 version)
 
void qof_book_set_idata (QofBook *book, guint32 idata)
 

Detailed Description

private api for data storage backend

Author
Copyright (c) 2000,2001,2004 Linas Vepstas linas.nosp@m.@lin.nosp@m.as.or.nosp@m.g
Copyright (c) 2005-2008 Neil Williams linux.nosp@m.@cod.nosp@m.ehelp.nosp@m..co..nosp@m.uk

Definition in file qofbackend-p.h.