GNUnet 0.21.1
GNUNET_SQ_PrepareStatement Struct Reference

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

#include <gnunet_sq_lib.h>

Data Fields

const char * sql
 Actual SQL statement. More...
 
sqlite3_stmt ** pstmt
 Where to store handle? More...
 

Detailed Description

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

Definition at line 462 of file gnunet_sq_lib.h.

Field Documentation

◆ sql

const char* GNUNET_SQ_PrepareStatement::sql

Actual SQL statement.

Definition at line 467 of file gnunet_sq_lib.h.

Referenced by GNUNET_SQ_make_prepare(), and GNUNET_SQ_prepare().

◆ pstmt

sqlite3_stmt** GNUNET_SQ_PrepareStatement::pstmt

Where to store handle?

Definition at line 472 of file gnunet_sq_lib.h.

Referenced by GNUNET_SQ_make_prepare(), and GNUNET_SQ_prepare().


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