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... | |
Information needed to run a list of SQL statements using GNUNET_SQ_exec_statements().
Definition at line 462 of file gnunet_sq_lib.h.
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().
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().