QOF  0.8.7
Typedefs | Functions

QOF client-side SQL parser, interfacing with libgda. More...

#include "kvpframe.h"
#include "qofbook.h"
#include "qofquery.h"

Go to the source code of this file.

Typedefs

typedef struct _QofSqlQuery QofSqlQuery
 

Functions

QofSqlQuery * qof_sql_query_new (void)
 
void qof_sql_query_destroy (QofSqlQuery *)
 
void qof_sql_query_set_book (QofSqlQuery *q, QofBook *book)
 
GList * qof_sql_query_run (QofSqlQuery *query, const gchar *str)
 Perform the query, return the results. More...
 
void qof_sql_query_parse (QofSqlQuery *query, const gchar *str)
 
QofQueryqof_sql_query_get_query (QofSqlQuery *)
 
GList * qof_sql_query_rerun (QofSqlQuery *query)
 
void qof_sql_query_set_kvp (QofSqlQuery *, KvpFrame *)
 

Detailed Description

QOF client-side SQL parser, interfacing with libgda.

Author
Copyright (C) 2004 Linas Vepstas linas.nosp@m.@lin.nosp@m.as.or.nosp@m.g
Copyright (c) 2006 Neil Williams linux.nosp@m.@cod.nosp@m.ehelp.nosp@m..co..nosp@m.uk

Definition in file qofsql.h.