|
PostgreSQL Source Code git master
|
#include <reloptions.h>
Data Fields | |
| relopt_gen | gen |
| int | default_len |
| bool | default_isnull |
| validate_string_relopt | validate_cb |
| fill_string_relopt | fill_cb |
| char * | default_val |
Definition at line 139 of file reloptions.h.
| bool relopt_string::default_isnull |
Definition at line 143 of file reloptions.h.
Referenced by allocateReloptStruct(), fillRelOptions(), and init_string_reloption().
| int relopt_string::default_len |
Definition at line 142 of file reloptions.h.
Referenced by init_string_reloption().
| char* relopt_string::default_val |
Definition at line 146 of file reloptions.h.
Referenced by allocateReloptStruct(), fillRelOptions(), and init_string_reloption().
| fill_string_relopt relopt_string::fill_cb |
Definition at line 145 of file reloptions.h.
Referenced by allocateReloptStruct(), fillRelOptions(), and init_string_reloption().
| relopt_gen relopt_string::gen |
Definition at line 141 of file reloptions.h.
Referenced by initialize_reloptions().
| validate_string_relopt relopt_string::validate_cb |
Definition at line 144 of file reloptions.h.
Referenced by init_string_reloption(), and parse_one_reloption().