PostgreSQL Source Code  git master
KeyWord Struct Reference

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

◆ 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

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