|
CUBRID Engine
latest
|
#include <dbtype_def.h>

Public Attributes | |
| TZ_REGION_TYPE | type |
| union { | |
| int offset | |
| unsigned int zone_id | |
| }; | |
Definition at line 1236 of file dbtype_def.h.
| union { ... } |
| int tz_region::offset |
Definition at line 1241 of file dbtype_def.h.
Referenced by tz_decode_tz_region(), tz_encode_tz_region(), and tz_str_to_region().
| TZ_REGION_TYPE tz_region::type |
Definition at line 1238 of file dbtype_def.h.
Referenced by tz_check_session_has_geographic_tz(), tz_decode_tz_region(), tz_encode_tz_region(), and tz_str_to_region().
| unsigned int tz_region::zone_id |
Definition at line 1242 of file dbtype_def.h.
Referenced by tz_decode_tz_region(), tz_encode_tz_region(), and tz_str_to_region().