|
PostgreSQL Source Code git master
|
#include <reloptions.h>
Data Fields | ||
| relopt_gen * | gen | |
| bool | isset | |
| union { | ||
| bool bool_val | ||
| pg_ternary ternary_val | ||
| int int_val | ||
| double real_val | ||
| int enum_val | ||
| char * string_val | ||
| }; | ||
Definition at line 77 of file reloptions.h.
| union { ... } relopt_value |
| bool relopt_value::bool_val |
Definition at line 83 of file reloptions.h.
| int relopt_value::enum_val |
Definition at line 87 of file reloptions.h.
| relopt_gen* relopt_value::gen |
Definition at line 79 of file reloptions.h.
Referenced by parseRelOptions(), and parseRelOptionsInternal().
| int relopt_value::int_val |
Definition at line 85 of file reloptions.h.
| bool relopt_value::isset |
Definition at line 80 of file reloptions.h.
Referenced by parseRelOptions().
| double relopt_value::real_val |
Definition at line 86 of file reloptions.h.
| char* relopt_value::string_val |
Definition at line 88 of file reloptions.h.
| pg_ternary relopt_value::ternary_val |
Definition at line 84 of file reloptions.h.