PostgreSQL Source Code: KeyWord Struct Reference (original) (raw)

Data Fields
const char * name
int len
int id
bool is_digit
FromCharDateMode date_mode

Detailed Description

Definition at line 144 of file formatting.c.

Field Documentation

date_mode

FromCharDateMode KeyWord::date_mode

Definition at line 150 of file formatting.c.

Referenced by DCH_from_char().

id

int KeyWord::id

Definition at line 148 of file formatting.c.

Referenced by DCH_datetime_type(), DCH_from_char(), DCH_to_char(), NUM_processor(), and NUMDesc_prepare().

is_digit

bool KeyWord::is_digit

Definition at line 149 of file formatting.c.

Referenced by is_next_separator().

len

int KeyWord::len

Definition at line 147 of file formatting.c.

Referenced by DCH_to_char(), from_char_parse_int(), index_seq_search(), and parse_format().

name

const char* KeyWord::name

Definition at line 146 of file formatting.c.

Referenced by DCH_from_char(), from_char_parse_int_len(), from_char_seq_search(), from_char_set_int(), and index_seq_search().


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