void gsk_dbh_query (GskDbh * dbh, GskDbhQueryCallback callback, gpointer callback_data, const gchar * query) |
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.
The (null terminated) query to enqueue.