| 843 | bool truncated() const { return to_const_sec9().truncated(); } |
| 844 | ulonglong sec() const { return to_const_sec9().sec(); } |
| 845 | long usec() const { return to_const_sec9().usec(); } |
| 846 | bool sec_to_time(MYSQL_TIME *ltime, uint dec) const |
| 847 | { |
| 848 | return to_const_sec9().sec_to_time(ltime, dec); |