void gsk_dbh_query_f (GskDbh * dbh, GskDbhQueryCallback callback, gpointer callback_data, const gchar * query_format, ... ...) |
Parameters:
The database handle to execute the query on. It is automatically referenced until the supplied query callback returns.
Callback to execute on completion. Note the callback is always executed, even if the query fails.
Data passed unmodified to callback.
Format string to build the query string from.
Variable argument list. Note that the query string is constructed from the format string and varargs at the time gsk_dbh_query_f () is called, not at the time the query is executed.