|
GnuCash 2.3.0
|
#include <gnc-backend-sql.h>
Data Fields | |
| void(* | dispose )(GncSqlStatement *) |
| gchar *(* | toSql )(GncSqlStatement *) |
| void(* | addWhereCond )(GncSqlStatement *, QofIdTypeConst, gpointer, const GncSqlColumnTableEntry *, GValue *) |
Struct which represents an SQL statement. SQL backends must provide a structure which implements all of the functions.
Definition at line 129 of file gnc-backend-sql.h.
1.7.4