|
GnuCash
2.6.99
|
#include <gnc-backend-sql.h>
Data Fields | |
| const GValue *(* | getValueAtColName )(GncSqlRow *, const gchar *) |
| void(* | dispose )(GncSqlRow *) |
Struct used to represent a row in the result of an SQL SELECT statement. SQL backends must provide a structure which implements all of the functions.
Definition at line 204 of file gnc-backend-sql.h.
1.8.6