GNUnet 0.21.1
pq_array_header Struct Reference

the header for a postgresql array in binary format. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/lib/pq/pq.h>

Data Fields

uint32_t ndim
 
uint32_t has_null
 
uint32_t oid
 
uint32_t dim
 
uint32_t lbound
 

Detailed Description

the header for a postgresql array in binary format.

note that this a simplified special case of the general structure (which contains pointers), as we only support one-dimensional arrays.

Definition at line 150 of file pq.h.

Field Documentation

◆ ndim

uint32_t pq_array_header::ndim

Definition at line 152 of file pq.h.

Referenced by extract_array_generic().

◆ has_null

uint32_t pq_array_header::has_null

Definition at line 153 of file pq.h.

Referenced by extract_array_generic().

◆ oid

uint32_t pq_array_header::oid

Definition at line 154 of file pq.h.

Referenced by extract_array_generic().

◆ dim

uint32_t pq_array_header::dim

Definition at line 155 of file pq.h.

Referenced by extract_array_generic().

◆ lbound

uint32_t pq_array_header::lbound

Definition at line 156 of file pq.h.

Referenced by extract_array_generic().


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