Handle for a prepared statement. More...
Data Fields | |
struct GNUNET_MYSQL_StatementHandle * | next |
Kept in a DLL. More... | |
struct GNUNET_MYSQL_StatementHandle * | prev |
Kept in a DLL. More... | |
struct GNUNET_MYSQL_Context * | mc |
Mysql Context the statement handle belongs to. More... | |
char * | query |
Original query string. More... | |
MYSQL_STMT * | statement |
Handle to MySQL prepared statement. More... | |
int | valid |
Is the MySQL prepared statement valid, or do we need to re-initialize it? More... | |
struct GNUNET_MYSQL_StatementHandle* GNUNET_MYSQL_StatementHandle::next |
struct GNUNET_MYSQL_StatementHandle* GNUNET_MYSQL_StatementHandle::prev |
struct GNUNET_MYSQL_Context* GNUNET_MYSQL_StatementHandle::mc |
char* GNUNET_MYSQL_StatementHandle::query |
Original query string.
Definition at line 133 of file mysql.c.
Referenced by gnunet-chk.Chk::__init__(), GNUNET_MYSQL_statement_prepare(), and gnunet-chk.Chk::uri().
MYSQL_STMT* GNUNET_MYSQL_StatementHandle::statement |
int GNUNET_MYSQL_StatementHandle::valid |