PostgreSQL Source Code
git master
|
#include <hstore.h>
Data Fields | |
char * | key |
char * | val |
size_t | keylen |
size_t | vallen |
bool | isnull |
bool | needfree |
bool Pairs::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(), plperl_to_hstore(), and plpython_to_hstore().
char* Pairs::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().
size_t Pairs::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().
bool Pairs::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().
char* Pairs::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().
size_t Pairs::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(), plperl_to_hstore(), and plpython_to_hstore().