#include <hstore.h>
Data Fields | |
char * | key |
char * | val |
size_t | keylen |
size_t | vallen |
bool | isnull |
bool | needfree |
Definition at line 152 of file hstore.h.
Definition at line 158 of file hstore.h.
Referenced by hstore_from_array(), hstore_from_arrays(), hstore_from_record(), hstore_from_text(), hstore_recv(), hstore_slice_to_hstore(), hstoreArrayToPairs(), hstoreUniquePairs(), and parse_hstore().
char* Pairs::key |
Definition at line 154 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(), hstoreArrayToPairs(), hstoreUniquePairs(), and parse_hstore().
size_t Pairs::keylen |
Definition at line 156 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(), hstoreArrayToPairs(), hstoreUniquePairs(), and parse_hstore().
Definition at line 159 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(), hstoreArrayToPairs(), hstoreUniquePairs(), and parse_hstore().
char* Pairs::val |
Definition at line 155 of file hstore.h.
Referenced by hstore_from_array(), hstore_from_arrays(), hstore_from_record(), hstore_from_text(), hstore_recv(), hstore_slice_to_hstore(), hstoreArrayToPairs(), hstoreUniquePairs(), and parse_hstore().
size_t Pairs::vallen |
Definition at line 157 of file hstore.h.
Referenced by hstore_from_array(), hstore_from_arrays(), hstore_from_record(), hstore_from_text(), hstore_recv(), hstore_slice_to_hstore(), hstoreArrayToPairs(), hstoreUniquePairs(), and parse_hstore().