Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

relopt_value Struct Reference

#include <reloptions.h>

Data Fields

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

Detailed Description

Definition at line 69 of file reloptions.h.


Field Documentation

Definition at line 75 of file reloptions.h.

Referenced by parse_one_reloption().

Definition at line 71 of file reloptions.h.

Referenced by fillRelOptions(), parse_one_reloption(), and parseRelOptions().

Definition at line 76 of file reloptions.h.

Referenced by parse_one_reloption().

Definition at line 72 of file reloptions.h.

Referenced by parse_one_reloption(), and parseRelOptions().

Definition at line 77 of file reloptions.h.

Referenced by parse_one_reloption().

Definition at line 78 of file reloptions.h.

Referenced by fillRelOptions(), and parse_one_reloption().

union { ... } relopt_value::values

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