PostgreSQL Source Code  git master
relopt_string Struct Reference

#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
 

Detailed Description

Definition at line 139 of file reloptions.h.

Field Documentation

◆ default_isnull

bool relopt_string::default_isnull

Definition at line 143 of file reloptions.h.

Referenced by allocateReloptStruct(), fillRelOptions(), and init_string_reloption().

◆ default_len

int relopt_string::default_len

Definition at line 142 of file reloptions.h.

Referenced by init_string_reloption().

◆ default_val

char* relopt_string::default_val

Definition at line 146 of file reloptions.h.

Referenced by allocateReloptStruct(), fillRelOptions(), and init_string_reloption().

◆ fill_cb

fill_string_relopt relopt_string::fill_cb

Definition at line 145 of file reloptions.h.

Referenced by allocateReloptStruct(), fillRelOptions(), and init_string_reloption().

◆ gen

relopt_gen relopt_string::gen

Definition at line 141 of file reloptions.h.

Referenced by initialize_reloptions().

◆ validate_cb

validate_string_relopt relopt_string::validate_cb

Definition at line 144 of file reloptions.h.

Referenced by init_string_reloption(), and parse_one_reloption().


The documentation for this struct was generated from the following file: