PostgreSQL Source Code git master
|
Data Fields | |
int | pre |
int | post |
int | lsign |
int | flag |
int | pre_lsign_num |
int | multi |
int | zero_start |
int | zero_end |
int | need_locale |
Definition at line 310 of file formatting.c.
int NUMDesc::flag |
Definition at line 315 of file formatting.c.
Referenced by NUM_cache(), NUM_processor(), and NUMDesc_prepare().
int NUMDesc::lsign |
Definition at line 314 of file formatting.c.
Referenced by NUM_cache(), NUM_numpart_from_char(), NUM_numpart_to_char(), NUM_processor(), and NUMDesc_prepare().
int NUMDesc::multi |
Definition at line 317 of file formatting.c.
Referenced by float4_to_char(), float8_to_char(), int4_to_char(), int8_to_char(), NUM_cache(), NUMDesc_prepare(), numeric_to_char(), and numeric_to_number().
int NUMDesc::need_locale |
Definition at line 320 of file formatting.c.
Referenced by NUM_cache(), NUM_prepare_locale(), and NUMDesc_prepare().
int NUMDesc::post |
Definition at line 313 of file formatting.c.
Referenced by float4_to_char(), float8_to_char(), int4_to_char(), int8_to_char(), NUM_cache(), NUM_numpart_from_char(), NUM_processor(), NUMDesc_prepare(), numeric_to_char(), and numeric_to_number().
int NUMDesc::pre |
Definition at line 312 of file formatting.c.
Referenced by float4_to_char(), float8_to_char(), int4_to_char(), int8_to_char(), NUM_cache(), NUM_processor(), NUMDesc_prepare(), numeric_to_char(), and numeric_to_number().
int NUMDesc::pre_lsign_num |
Definition at line 316 of file formatting.c.
Referenced by NUM_cache(), NUM_processor(), and NUMDesc_prepare().
int NUMDesc::zero_end |
Definition at line 319 of file formatting.c.
Referenced by NUM_cache(), NUM_processor(), and NUMDesc_prepare().
int NUMDesc::zero_start |
Definition at line 318 of file formatting.c.
Referenced by NUM_cache(), NUM_numpart_to_char(), NUM_processor(), and NUMDesc_prepare().