GNUnet 0.28.1-dev.4-8-g14b9efcb0
 
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 1456 of file gnunet_pq_lib.h.

Field Documentation

◆ name

const char* GNUNET_PQ_PreparedStatement::name

Name of the statement.

Definition at line 1461 of file gnunet_pq_lib.h.

◆ sql

const char* GNUNET_PQ_PreparedStatement::sql

Actual SQL statement.

Definition at line 1466 of file gnunet_pq_lib.h.

Referenced by GNUNET_PQ_make_prepare(), GNUNET_PQ_prepare_anon(), and GNUNET_PQ_prepare_statements().


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