GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
GncSqlResult Struct Reference

#include <gnc-backend-sql.h>

Data Fields

guint(* getNumRows )(GncSqlResult *)
 
GncSqlRow *(* getFirstRow )(GncSqlResult *)
 
GncSqlRow *(* getNextRow )(GncSqlResult *)
 
void(* dispose )(GncSqlResult *)
 

Detailed Description

Struct used to represent the result of an SQL SELECT statement. SQL backends must provide a structure which implements all of the functions.

Definition at line 220 of file gnc-backend-sql.h.


The documentation for this struct was generated from the following file: