GNUnet  0.19.5
GNUNET_PQ_PreparedStatement Struct Reference

Information needed to prepare a list of SQL statements using GNUNET_PQ_prepare_statements(). More...

#include <gnunet_pq_lib.h>

Data Fields

const char * name
 Name of the statement. More...
 
const char * sql
 Actual SQL statement. More...
 

Detailed Description

Information needed to prepare a list of SQL statements using GNUNET_PQ_prepare_statements().

Definition at line 1237 of file gnunet_pq_lib.h.

Field Documentation

◆ name

◆ sql

const char* GNUNET_PQ_PreparedStatement::sql

Actual SQL statement.

Definition at line 1247 of file gnunet_pq_lib.h.

Referenced by GNUNET_PQ_make_prepare().


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