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 1022 of file formatting.c.

Field Documentation

◆ decimal

char * NUMProc::decimal

Definition at line 1046 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 1040 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 1024 of file formatting.c.

Referenced by NUM_processor().

◆ L_currency_symbol

char * NUMProc::L_currency_symbol

Definition at line 1048 of file formatting.c.

Referenced by NUM_prepare_locale(), and NUM_processor().

◆ L_negative_sign

char * NUMProc::L_negative_sign

Definition at line 1044 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 1045 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 1047 of file formatting.c.

Referenced by NUM_prepare_locale(), and NUM_processor().

◆ last_relevant

char * NUMProc::last_relevant

Definition at line 1042 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 1029 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ num_curr

int NUMProc::num_curr

Definition at line 1031 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ num_in

int NUMProc::num_in

Definition at line 1030 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ number

char* NUMProc::number

Definition at line 1038 of file formatting.c.

Referenced by NUM_numpart_from_char(), and NUM_processor().

◆ number_p

char * NUMProc::number_p

Definition at line 1039 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 1032 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ read_dec

int NUMProc::read_dec

Definition at line 1034 of file formatting.c.

Referenced by NUM_numpart_from_char(), and NUM_processor().

◆ read_post

int NUMProc::read_post

Definition at line 1035 of file formatting.c.

Referenced by NUM_numpart_from_char(), and NUM_processor().

◆ read_pre

int NUMProc::read_pre

Definition at line 1036 of file formatting.c.

Referenced by NUM_numpart_from_char(), and NUM_processor().

◆ sign

int NUMProc::sign

Definition at line 1027 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().

◆ sign_wrote

int NUMProc::sign_wrote

Definition at line 1028 of file formatting.c.

Referenced by NUM_numpart_to_char(), and NUM_processor().


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