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... | |
Information needed to prepare a list of SQL statements using GNUNET_PQ_prepare_statements().
Definition at line 1348 of file gnunet_pq_lib.h.
const char* GNUNET_PQ_PreparedStatement::name |
Name of the statement.
Definition at line 1353 of file gnunet_pq_lib.h.
const char* GNUNET_PQ_PreparedStatement::sql |
Actual SQL statement.
Definition at line 1358 of file gnunet_pq_lib.h.
Referenced by GNUNET_PQ_make_prepare(), and GNUNET_PQ_prepare_once().