GNUnet 0.21.1
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 1261 of file gnunet_pq_lib.h.

Field Documentation

◆ name

const char* GNUNET_PQ_PreparedStatement::name

Name of the statement.

Definition at line 1266 of file gnunet_pq_lib.h.

◆ sql

const char* GNUNET_PQ_PreparedStatement::sql

Actual SQL statement.

Definition at line 1271 of file gnunet_pq_lib.h.

Referenced by GNUNET_PQ_make_prepare(), and GNUNET_PQ_prepare_once().


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