PostgreSQL Source Code  git master
NUMProc Struct Reference

Data Fields

bool is_to_char
 
NUMDescNum
 
int sign
 
int sign_wrote
 
int num_count
 
int num_in
 
int num_curr
 
int out_pre_spaces
 
int read_dec
 
int read_post
 
int read_pre
 
char * number
 
char * number_p
 
char * inout
 
char * inout_p
 
char * last_relevant
 
char * L_negative_sign
 
char * L_positive_sign
 
char * decimal
 
char * L_thousands_sep
 
char * L_currency_symbol
 

Detailed Description

Definition at line 996 of file formatting.c.

Field Documentation

◆ decimal

char * NUMProc::decimal

Definition at line 1020 of file formatting.c.

Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_prepare_locale().

◆ inout

char * NUMProc::inout

Definition at line 1014 of file formatting.c.

Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_processor().

◆ inout_p

char * NUMProc::inout_p

◆ is_to_char

bool NUMProc::is_to_char

Definition at line 998 of file formatting.c.

Referenced by NUM_processor().

◆ L_currency_symbol

char * NUMProc::L_currency_symbol

Definition at line 1022 of file formatting.c.

Referenced by NUM_prepare_locale(), and NUM_processor().

◆ L_negative_sign

char * NUMProc::L_negative_sign

Definition at line 1018 of file formatting.c.

Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_prepare_locale().

◆ L_positive_sign

char * NUMProc::L_positive_sign

Definition at line 1019 of file formatting.c.

Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_prepare_locale().

◆ L_thousands_sep

char * NUMProc::L_thousands_sep

Definition at line 1021 of file formatting.c.

Referenced by NUM_prepare_locale(), and NUM_processor().

◆ last_relevant

char * NUMProc::last_relevant

Definition at line 1016 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ Num

NUMDesc* NUMProc::Num

◆ num_count

int NUMProc::num_count

Definition at line 1003 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ num_curr

int NUMProc::num_curr

Definition at line 1005 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ num_in

int NUMProc::num_in

Definition at line 1004 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ number

char* NUMProc::number

Definition at line 1012 of file formatting.c.

Referenced by NUM_numpart_from_char(), and NUM_processor().

◆ number_p

char * NUMProc::number_p

Definition at line 1013 of file formatting.c.

Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_processor().

◆ out_pre_spaces

int NUMProc::out_pre_spaces

Definition at line 1006 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ read_dec

int NUMProc::read_dec

Definition at line 1008 of file formatting.c.

Referenced by NUM_numpart_from_char(), and NUM_processor().

◆ read_post

int NUMProc::read_post

Definition at line 1009 of file formatting.c.

Referenced by NUM_numpart_from_char(), and NUM_processor().

◆ read_pre

int NUMProc::read_pre

Definition at line 1010 of file formatting.c.

Referenced by NUM_numpart_from_char(), and NUM_processor().

◆ sign

int NUMProc::sign

Definition at line 1001 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ sign_wrote

int NUMProc::sign_wrote

Definition at line 1002 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().


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