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

Data Fields

FromCharDateMode mode
 
int hh
 
int pm
 
int mi
 
int ss
 
int ssss
 
int d
 
int dd
 
int ddd
 
int mm
 
int ms
 
int year
 
int bc
 
int ww
 
int w
 
int cc
 
int j
 
int us
 
int yysz
 
int clock
 
int tzsign
 
int tzh
 
int tzm
 
int ff
 
bool has_tz
 
int gmtoffset
 
pg_tztzp
 
char * abbrev
 

Detailed Description

Definition at line 426 of file formatting.c.

Field Documentation

◆ abbrev

char* TmFromChar::abbrev

Definition at line 455 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ bc

int TmFromChar::bc

Definition at line 440 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ cc

int TmFromChar::cc

Definition at line 443 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ clock

int TmFromChar::clock

Definition at line 447 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ d

int TmFromChar::d

Definition at line 434 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ dd

int TmFromChar::dd

Definition at line 435 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ ddd

int TmFromChar::ddd

Definition at line 436 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ ff

int TmFromChar::ff

Definition at line 451 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ gmtoffset

int TmFromChar::gmtoffset

Definition at line 453 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ has_tz

bool TmFromChar::has_tz

Definition at line 452 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ hh

int TmFromChar::hh

Definition at line 429 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ j

int TmFromChar::j

Definition at line 444 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ mi

int TmFromChar::mi

Definition at line 431 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ mm

int TmFromChar::mm

Definition at line 437 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ mode

FromCharDateMode TmFromChar::mode

Definition at line 428 of file formatting.c.

Referenced by do_to_timestamp(), and from_char_set_mode().

◆ ms

int TmFromChar::ms

Definition at line 438 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ pm

int TmFromChar::pm

Definition at line 430 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ ss

int TmFromChar::ss

Definition at line 432 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ ssss

int TmFromChar::ssss

Definition at line 433 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ tzh

int TmFromChar::tzh

Definition at line 449 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ tzm

int TmFromChar::tzm

Definition at line 450 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ tzp

pg_tz* TmFromChar::tzp

Definition at line 454 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ tzsign

int TmFromChar::tzsign

Definition at line 448 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ us

int TmFromChar::us

Definition at line 445 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ w

int TmFromChar::w

Definition at line 442 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ ww

int TmFromChar::ww

Definition at line 441 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ year

int TmFromChar::year

Definition at line 439 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ yysz

int TmFromChar::yysz

Definition at line 446 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().


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