PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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
 
chardefault_val
 

Detailed Description

Definition at line 147 of file reloptions.h.

Field Documentation

◆ default_isnull

bool relopt_string::default_isnull

Definition at line 151 of file reloptions.h.

◆ default_len

int relopt_string::default_len

Definition at line 150 of file reloptions.h.

◆ default_val

char* relopt_string::default_val

Definition at line 154 of file reloptions.h.

◆ fill_cb

fill_string_relopt relopt_string::fill_cb

Definition at line 153 of file reloptions.h.

◆ gen

relopt_gen relopt_string::gen

Definition at line 149 of file reloptions.h.

Referenced by allocateReloptStruct(), and initialize_reloptions().

◆ validate_cb

validate_string_relopt relopt_string::validate_cb

Definition at line 152 of file reloptions.h.


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