GNUnet  0.19.3
GNUNET_PQ_QueryParam Struct Reference

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...
 

Detailed Description

Description of a DB query parameter.

Definition at line 65 of file gnunet_pq_lib.h.

Field Documentation

◆ conv

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().

◆ conv_cls

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().

◆ data

◆ size

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().

◆ num_params

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().


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