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

Field Documentation

◆ abbrev

char* TmFromChar::abbrev

Definition at line 430 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ bc

int TmFromChar::bc

Definition at line 415 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ cc

int TmFromChar::cc

Definition at line 418 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ clock

int TmFromChar::clock

Definition at line 422 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ d

int TmFromChar::d

Definition at line 409 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ dd

int TmFromChar::dd

Definition at line 410 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ ddd

int TmFromChar::ddd

Definition at line 411 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ ff

int TmFromChar::ff

Definition at line 426 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ gmtoffset

int TmFromChar::gmtoffset

Definition at line 428 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ has_tz

bool TmFromChar::has_tz

Definition at line 427 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ hh

int TmFromChar::hh

Definition at line 404 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ j

int TmFromChar::j

Definition at line 419 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ mi

int TmFromChar::mi

Definition at line 406 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ mm

int TmFromChar::mm

Definition at line 412 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ mode

FromCharDateMode TmFromChar::mode

Definition at line 403 of file formatting.c.

Referenced by do_to_timestamp(), and from_char_set_mode().

◆ ms

int TmFromChar::ms

Definition at line 413 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ pm

int TmFromChar::pm

Definition at line 405 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ ss

int TmFromChar::ss

Definition at line 407 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ ssss

int TmFromChar::ssss

Definition at line 408 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ tzh

int TmFromChar::tzh

Definition at line 424 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ tzm

int TmFromChar::tzm

Definition at line 425 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ tzp

pg_tz* TmFromChar::tzp

Definition at line 429 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ tzsign

int TmFromChar::tzsign

Definition at line 423 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ us

int TmFromChar::us

Definition at line 420 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ w

int TmFromChar::w

Definition at line 417 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ ww

int TmFromChar::ww

Definition at line 416 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ year

int TmFromChar::year

Definition at line 414 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().

◆ yysz

int TmFromChar::yysz

Definition at line 421 of file formatting.c.

Referenced by DCH_from_char(), and do_to_timestamp().


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