GNUnet 0.21.1
GNUNET_SQ_ExecuteStatement Struct Reference

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...
 

Detailed Description

Information needed to run a list of SQL statements using GNUNET_SQ_exec_statements().

Definition at line 514 of file gnunet_sq_lib.h.

Field Documentation

◆ sql

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().

◆ ignore_errors

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().


The documentation for this struct was generated from the following file: