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