|
PostgreSQL Source Code git master
|
#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 |
Definition at line 25 of file pgtypeslib_extern.h.
| char un_fmt_comb::char_val |
Definition at line 29 of file pgtypeslib_extern.h.
Referenced by dttofmtasc_replace(), and pgtypes_fmt_replace().
| double un_fmt_comb::double_val |
Definition at line 31 of file pgtypeslib_extern.h.
Referenced by pgtypes_fmt_replace().
| int64 un_fmt_comb::int64_val |
Definition at line 32 of file pgtypeslib_extern.h.
Referenced by dttofmtasc_replace(), and pgtypes_fmt_replace().
| 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().
| char* un_fmt_comb::str_val |
Definition at line 27 of file pgtypeslib_extern.h.
Referenced by dttofmtasc_replace(), pgtypes_defmt_scan(), pgtypes_fmt_replace(), PGTYPESdate_fmt_asc(), and PGTYPEStimestamp_defmt_scan().
| unsigned int un_fmt_comb::uint_val |
Definition at line 28 of file pgtypeslib_extern.h.
Referenced by dttofmtasc_replace(), pgtypes_defmt_scan(), pgtypes_fmt_replace(), PGTYPESdate_fmt_asc(), and PGTYPEStimestamp_defmt_scan().