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 |
Definition at line 34 of file queryjumble.h.
LocationLen* JumbleState::clocations |
Definition at line 43 of file queryjumble.h.
Referenced by fill_in_constant_lengths(), generate_normalized_query(), JumbleQuery(), and RecordConstLocation().
int JumbleState::clocations_buf_size |
Definition at line 46 of file queryjumble.h.
Referenced by JumbleQuery(), and RecordConstLocation().
int JumbleState::clocations_count |
Definition at line 49 of file queryjumble.h.
Referenced by fill_in_constant_lengths(), generate_normalized_query(), JumbleQuery(), pgss_post_parse_analyze(), and RecordConstLocation().
int JumbleState::highest_extern_param_id |
Definition at line 52 of file queryjumble.h.
Referenced by generate_normalized_query(), JumbleExpr(), and JumbleQuery().
unsigned char* JumbleState::jumble |
Definition at line 37 of file queryjumble.h.
Referenced by AppendJumble(), and JumbleQuery().
Size JumbleState::jumble_len |
Definition at line 40 of file queryjumble.h.
Referenced by AppendJumble(), and JumbleQuery().