PostgreSQL Source Code git master
|
#include <queryjumble.h>
Data Fields | |
unsigned char * | jumble |
Size | jumble_len |
LocationLen * | clocations |
int | clocations_buf_size |
int | clocations_count |
int | highest_extern_param_id |
unsigned int | pending_nulls |
Definition at line 38 of file queryjumble.h.
LocationLen* JumbleState::clocations |
Definition at line 47 of file queryjumble.h.
Referenced by fill_in_constant_lengths(), generate_normalized_query(), InitJumble(), and RecordConstLocation().
int JumbleState::clocations_buf_size |
Definition at line 50 of file queryjumble.h.
Referenced by InitJumble(), and RecordConstLocation().
int JumbleState::clocations_count |
Definition at line 53 of file queryjumble.h.
Referenced by fill_in_constant_lengths(), generate_normalized_query(), InitJumble(), pgss_post_parse_analyze(), and RecordConstLocation().
int JumbleState::highest_extern_param_id |
Definition at line 56 of file queryjumble.h.
Referenced by _jumbleNode(), generate_normalized_query(), and InitJumble().
unsigned char* JumbleState::jumble |
Definition at line 41 of file queryjumble.h.
Referenced by AppendJumbleInternal(), DoJumble(), and InitJumble().
Size JumbleState::jumble_len |
Definition at line 44 of file queryjumble.h.
Referenced by AppendJumbleInternal(), DoJumble(), and InitJumble().
unsigned int JumbleState::pending_nulls |
Definition at line 63 of file queryjumble.h.
Referenced by AppendJumble(), AppendJumble16(), AppendJumble32(), AppendJumble64(), AppendJumble8(), AppendJumbleNull(), DoJumble(), FlushPendingNulls(), and InitJumble().