PostgreSQL Source Code git master
Loading...
Searching...
No Matches
relopt_value Struct Reference

#include <reloptions.h>

Data Fields

relopt_gengen
 
bool isset
 
union { 
 
   bool   bool_val 
 
   pg_ternary   ternary_val 
 
   int   int_val 
 
   double   real_val 
 
   int   enum_val 
 
   char *   string_val 
 
};  
 

Detailed Description

Definition at line 77 of file reloptions.h.

Field Documentation

◆ [union]

union { ... } relopt_value

◆ bool_val

bool relopt_value::bool_val

Definition at line 83 of file reloptions.h.

◆ enum_val

int relopt_value::enum_val

Definition at line 87 of file reloptions.h.

◆ gen

relopt_gen* relopt_value::gen

Definition at line 79 of file reloptions.h.

Referenced by parseRelOptions(), and parseRelOptionsInternal().

◆ int_val

int relopt_value::int_val

Definition at line 85 of file reloptions.h.

◆ isset

bool relopt_value::isset

Definition at line 80 of file reloptions.h.

Referenced by parseRelOptions().

◆ real_val

double relopt_value::real_val

Definition at line 86 of file reloptions.h.

◆ string_val

char* relopt_value::string_val

Definition at line 88 of file reloptions.h.

◆ ternary_val

pg_ternary relopt_value::ternary_val

Definition at line 84 of file reloptions.h.


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