PostgreSQL Source Code  git master
relopt_value Struct Reference

#include <reloptions.h>

Data Fields

relopt_gengen
 
bool isset
 
union {
   bool   bool_val
 
   int   int_val
 
   double   real_val
 
   int   enum_val
 
   char *   string_val
 
values
 

Detailed Description

Definition at line 76 of file reloptions.h.

Field Documentation

◆ bool_val

bool relopt_value::bool_val

Definition at line 82 of file reloptions.h.

◆ enum_val

int relopt_value::enum_val

Definition at line 85 of file reloptions.h.

◆ gen

relopt_gen* relopt_value::gen

Definition at line 78 of file reloptions.h.

Referenced by allocateReloptStruct(), parseRelOptions(), and parseRelOptionsInternal().

◆ int_val

int relopt_value::int_val

Definition at line 83 of file reloptions.h.

◆ isset

bool relopt_value::isset

Definition at line 79 of file reloptions.h.

Referenced by allocateReloptStruct(), and parseRelOptions().

◆ real_val

double relopt_value::real_val

Definition at line 84 of file reloptions.h.

◆ string_val

char* relopt_value::string_val

Definition at line 86 of file reloptions.h.

Referenced by allocateReloptStruct().

◆ 

union { ... } relopt_value::values

Referenced by allocateReloptStruct().


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