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 |
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.
uint32_t pq_array_header::ndim |
Definition at line 162 of file pq.h.
Referenced by extract_array_generic().
uint32_t pq_array_header::has_null |
Definition at line 163 of file pq.h.
Referenced by extract_array_generic().
uint32_t pq_array_header::oid |
Definition at line 164 of file pq.h.
Referenced by extract_array_generic().
uint32_t pq_array_header::dim |
Definition at line 165 of file pq.h.
Referenced by extract_array_generic().
uint32_t pq_array_header::lbound |
Definition at line 166 of file pq.h.
Referenced by extract_array_generic().