PostgreSQL Source Code: Pairs Struct Reference (original) (raw)

#include <[hstore.h](hstore%5F8h%5Fsource.html)>

Data Fields
char * key
char * val
size_t keylen
size_t vallen
bool isnull
bool needfree

Detailed Description

Field Documentation

isnull

Definition at line 167 of file hstore.h.

Referenced by hstore_from_array(), hstore_from_arrays(), hstore_from_record(), hstore_from_text(), hstore_recv(), hstore_slice_to_hstore(), hstore_subscript_assign(), hstoreArrayToPairs(), hstoreUniquePairs(), plperl_to_hstore(), and plpython_to_hstore().

key

Definition at line 163 of file hstore.h.

Referenced by comparePairs(), hstore_from_array(), hstore_from_arrays(), hstore_from_record(), hstore_from_text(), hstore_recv(), hstore_slice_to_hstore(), hstore_subscript_assign(), hstoreArrayToPairs(), hstoreUniquePairs(), plperl_to_hstore(), and plpython_to_hstore().

keylen

Definition at line 165 of file hstore.h.

Referenced by comparePairs(), hstore_delete_array(), hstore_from_array(), hstore_from_arrays(), hstore_from_record(), hstore_from_text(), hstore_recv(), hstore_slice_to_hstore(), hstore_subscript_assign(), hstoreArrayToPairs(), hstoreUniquePairs(), plperl_to_hstore(), and plpython_to_hstore().

needfree

Definition at line 168 of file hstore.h.

Referenced by comparePairs(), hstore_from_array(), hstore_from_arrays(), hstore_from_record(), hstore_from_text(), hstore_recv(), hstore_slice_to_hstore(), hstore_subscript_assign(), hstoreArrayToPairs(), hstoreUniquePairs(), plperl_to_hstore(), and plpython_to_hstore().

val

Definition at line 164 of file hstore.h.

Referenced by hstore_from_array(), hstore_from_arrays(), hstore_from_record(), hstore_from_text(), hstore_recv(), hstore_slice_to_hstore(), hstore_subscript_assign(), hstoreArrayToPairs(), hstoreUniquePairs(), plperl_to_hstore(), and plpython_to_hstore().

vallen

Definition at line 166 of file hstore.h.

Referenced by hstore_from_array(), hstore_from_arrays(), hstore_from_record(), hstore_from_text(), hstore_recv(), hstore_slice_to_hstore(), hstore_subscript_assign(), hstoreArrayToPairs(), hstoreUniquePairs(), plperl_to_hstore(), and plpython_to_hstore().


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