|
GnuCash 2.3.0
|
#include <gnc-backend-sql.h>
Data Fields | |
| guint(* | getNumRows )(GncSqlResult *) |
| GncSqlRow *(* | getFirstRow )(GncSqlResult *) |
| GncSqlRow *(* | getNextRow )(GncSqlResult *) |
| void(* | dispose )(GncSqlResult *) |
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 210 of file gnc-backend-sql.h.
1.7.4