|
PostgreSQL Source Code git master
|
#include <timestamp.h>
Data Fields | |
| int | tm_usec |
| int | tm_sec |
| int | tm_min |
| int64 | tm_hour |
| int | tm_mday |
| int | tm_mon |
| int | tm_year |
Definition at line 65 of file timestamp.h.
| int64 pg_itm::tm_hour |
Definition at line 70 of file timestamp.h.
Referenced by DecodeTime(), DecodeTimeCommon(), DecodeTimeForInterval(), EncodeInterval(), interval2itm(), interval_to_char(), and itm2interval().
| int pg_itm::tm_mday |
Definition at line 71 of file timestamp.h.
Referenced by EncodeInterval(), interval2itm(), interval_to_char(), and itm2interval().
| int pg_itm::tm_min |
Definition at line 69 of file timestamp.h.
Referenced by DecodeTime(), DecodeTimeCommon(), DecodeTimeForInterval(), EncodeInterval(), interval2itm(), interval_to_char(), and itm2interval().
| int pg_itm::tm_mon |
Definition at line 72 of file timestamp.h.
Referenced by EncodeInterval(), interval2itm(), interval_to_char(), and itm2interval().
| int pg_itm::tm_sec |
Definition at line 68 of file timestamp.h.
Referenced by DecodeTime(), DecodeTimeCommon(), DecodeTimeForInterval(), EncodeInterval(), interval2itm(), interval_to_char(), and itm2interval().
| int pg_itm::tm_usec |
Definition at line 67 of file timestamp.h.
Referenced by DecodeTime(), DecodeTimeCommon(), DecodeTimeForInterval(), EncodeInterval(), interval2itm(), interval_to_char(), and itm2interval().
| int pg_itm::tm_year |
Definition at line 73 of file timestamp.h.
Referenced by EncodeInterval(), interval2itm(), interval_to_char(), and itm2interval().