PostgreSQL Source Code  git master
un_fmt_comb Union Reference

#include <pgtypeslib_extern.h>

Data Fields

char * str_val
 
unsigned int uint_val
 
char char_val
 
unsigned long int luint_val
 
double double_val
 
int64 int64_val
 

Detailed Description

Definition at line 25 of file pgtypeslib_extern.h.

Field Documentation

◆ char_val

char un_fmt_comb::char_val

Definition at line 29 of file pgtypeslib_extern.h.

Referenced by dttofmtasc_replace(), and pgtypes_fmt_replace().

◆ double_val

double un_fmt_comb::double_val

Definition at line 31 of file pgtypeslib_extern.h.

Referenced by pgtypes_fmt_replace().

◆ int64_val

int64 un_fmt_comb::int64_val

Definition at line 32 of file pgtypeslib_extern.h.

Referenced by dttofmtasc_replace(), and pgtypes_fmt_replace().

◆ luint_val

unsigned long int un_fmt_comb::luint_val

Definition at line 30 of file pgtypeslib_extern.h.

Referenced by pgtypes_defmt_scan(), and PGTYPEStimestamp_defmt_scan().

◆ str_val

◆ uint_val

unsigned int un_fmt_comb::uint_val

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