GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
const char * sql
 Actual SQL statement.
 

Detailed Description

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

Definition at line 1411 of file gnunet_pq_lib.h.

Field Documentation

◆ name

const char* GNUNET_PQ_PreparedStatement::name

Name of the statement.

Definition at line 1416 of file gnunet_pq_lib.h.

◆ sql

const char* GNUNET_PQ_PreparedStatement::sql

Actual SQL statement.

Definition at line 1421 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: