PostgreSQL Source Code git master
NUMDesc Struct Reference

Data Fields

int pre
 
int post
 
enum NUMDesc_lsign lsign
 
int flag
 
int pre_lsign_num
 
int multi
 
int zero_start
 
int zero_end
 
bool need_locale
 

Detailed Description

Definition at line 313 of file formatting.c.

Field Documentation

◆ flag

int NUMDesc::flag

Definition at line 318 of file formatting.c.

Referenced by NUM_cache(), NUM_processor(), and NUMDesc_prepare().

◆ lsign

enum NUMDesc_lsign NUMDesc::lsign

◆ multi

◆ need_locale

bool NUMDesc::need_locale

Definition at line 323 of file formatting.c.

Referenced by NUM_cache(), NUM_prepare_locale(), and NUMDesc_prepare().

◆ post

◆ pre

◆ pre_lsign_num

int NUMDesc::pre_lsign_num

Definition at line 319 of file formatting.c.

Referenced by NUM_cache(), NUM_processor(), and NUMDesc_prepare().

◆ zero_end

int NUMDesc::zero_end

Definition at line 322 of file formatting.c.

Referenced by NUM_cache(), NUM_processor(), and NUMDesc_prepare().

◆ zero_start

int NUMDesc::zero_start

Definition at line 321 of file formatting.c.

Referenced by NUM_cache(), NUM_numpart_to_char(), NUM_processor(), and NUMDesc_prepare().


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