Information needed to run a list of SQL statements using GNUNET_SQ_exec_statements(). More...
#include <gnunet_sq_lib.h>
Data Fields | |
const char * | sql |
Actual SQL statement. More... | |
bool | ignore_errors |
Should we ignore errors? More... | |
Information needed to run a list of SQL statements using GNUNET_SQ_exec_statements().
Definition at line 514 of file gnunet_sq_lib.h.
const char* GNUNET_SQ_ExecuteStatement::sql |
Actual SQL statement.
Definition at line 519 of file gnunet_sq_lib.h.
Referenced by GNUNET_SQ_exec_statements(), GNUNET_SQ_make_execute(), and GNUNET_SQ_make_try_execute().
bool GNUNET_SQ_ExecuteStatement::ignore_errors |
Should we ignore errors?
Definition at line 524 of file gnunet_sq_lib.h.
Referenced by GNUNET_SQ_exec_statements().