|
PostgreSQL Source Code git master
|
#include <queryjumble.h>
Data Fields | |
| int | location |
| int | length |
| bool | squashed |
| bool | extern_param |
Definition at line 22 of file queryjumble.h.
| bool LocationLen::extern_param |
Definition at line 31 of file queryjumble.h.
Referenced by generate_normalized_query(), and RecordConstLocation().
| int LocationLen::length |
Definition at line 25 of file queryjumble.h.
Referenced by fill_in_constant_lengths(), generate_normalized_query(), and RecordConstLocation().
| int LocationLen::location |
Definition at line 24 of file queryjumble.h.
Referenced by fill_in_constant_lengths(), generate_normalized_query(), and RecordConstLocation().
| bool LocationLen::squashed |
Definition at line 28 of file queryjumble.h.
Referenced by generate_normalized_query(), and RecordConstLocation().