PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
KeyWord Struct Reference

Data Fields

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

Detailed Description

Definition at line 145 of file formatting.c.

Field Documentation

◆ date_mode

FromCharDateMode KeyWord::date_mode

Definition at line 151 of file formatting.c.

Referenced by DCH_from_char().

◆ id

int KeyWord::id

◆ is_digit

bool KeyWord::is_digit

Definition at line 150 of file formatting.c.

Referenced by is_next_separator().

◆ len

int KeyWord::len

Definition at line 148 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: