Information needed to run a list of SQL statements using GNUNET_PQ_exec_statements(). More...
#include <gnunet_pq_lib.h>
Data Fields | |
const char * | sql |
Actual SQL statement. More... | |
int | ignore_errors |
Should we ignore errors? More... | |
Information needed to run a list of SQL statements using GNUNET_PQ_exec_statements().
Definition at line 1421 of file gnunet_pq_lib.h.
const char* GNUNET_PQ_ExecuteStatement::sql |
Actual SQL statement.
Definition at line 1426 of file gnunet_pq_lib.h.
Referenced by GNUNET_PQ_exec_statements(), GNUNET_PQ_make_execute(), and GNUNET_PQ_make_try_execute().
int GNUNET_PQ_ExecuteStatement::ignore_errors |
Should we ignore errors?
Definition at line 1431 of file gnunet_pq_lib.h.
Referenced by GNUNET_PQ_exec_statements().