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

Data Fields
const char * key
int key_len
int object_id

Detailed Description

Definition at line 44 of file json.c.

Field Documentation

key

const char* JsonUniqueHashEntry::key

Definition at line 46 of file json.c.

Referenced by json_unique_check_key(), json_unique_hash(), and json_unique_hash_match().

key_len

int JsonUniqueHashEntry::key_len

Definition at line 47 of file json.c.

Referenced by json_unique_check_key(), json_unique_hash(), and json_unique_hash_match().

object_id

int JsonUniqueHashEntry::object_id

Definition at line 48 of file json.c.

Referenced by json_unique_check_key(), json_unique_hash(), and json_unique_hash_match().


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