GNUnet 0.21.0
GNUNET_PQ_ExecuteStatement Struct Reference

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

Detailed Description

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

Definition at line 1334 of file gnunet_pq_lib.h.

Field Documentation

◆ sql

const char* GNUNET_PQ_ExecuteStatement::sql

Actual SQL statement.

Definition at line 1339 of file gnunet_pq_lib.h.

Referenced by GNUNET_PQ_exec_statements(), GNUNET_PQ_make_execute(), and GNUNET_PQ_make_try_execute().

◆ ignore_errors

int GNUNET_PQ_ExecuteStatement::ignore_errors

Should we ignore errors?

Definition at line 1344 of file gnunet_pq_lib.h.

Referenced by GNUNET_PQ_exec_statements().


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