|
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 147 of file reloptions.h.
| bool relopt_string::default_isnull |
Definition at line 151 of file reloptions.h.
| int relopt_string::default_len |
Definition at line 150 of file reloptions.h.
| char* relopt_string::default_val |
Definition at line 154 of file reloptions.h.
| fill_string_relopt relopt_string::fill_cb |
Definition at line 153 of file reloptions.h.
| relopt_gen relopt_string::gen |
Definition at line 149 of file reloptions.h.
Referenced by allocateReloptStruct(), and initialize_reloptions().
| validate_string_relopt relopt_string::validate_cb |
Definition at line 152 of file reloptions.h.