Description of a DB query parameter. More...
#include <gnunet_pq_lib.h>
Data Fields | |
GNUNET_PQ_QueryConverter | conv |
Function for how to handle this type of entry. More... | |
void * | conv_cls |
Closure for conv. More... | |
const void * | data |
Data or NULL. More... | |
size_t | size |
Size of data. More... | |
unsigned int | num_params |
Number of parameters eaten by this operation. More... | |
Description of a DB query parameter.
Definition at line 65 of file gnunet_pq_lib.h.
GNUNET_PQ_QueryConverter GNUNET_PQ_QueryParam::conv |
Function for how to handle this type of entry.
Definition at line 70 of file gnunet_pq_lib.h.
Referenced by GNUNET_PQ_exec_prepared().
void* GNUNET_PQ_QueryParam::conv_cls |
Closure for conv.
Definition at line 75 of file gnunet_pq_lib.h.
Referenced by GNUNET_PQ_exec_prepared().
const void* GNUNET_PQ_QueryParam::data |
Data or NULL.
Definition at line 80 of file gnunet_pq_lib.h.
Referenced by GNUNET_PQ_exec_prepared(), typescriptdomain.TypeScriptDomain::objects(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().
size_t GNUNET_PQ_QueryParam::size |
Size of data.
Definition at line 85 of file gnunet_pq_lib.h.
Referenced by GNUNET_PQ_exec_prepared().
unsigned int GNUNET_PQ_QueryParam::num_params |
Number of parameters eaten by this operation.
Definition at line 90 of file gnunet_pq_lib.h.
Referenced by GNUNET_PQ_exec_prepared().