| 842 | bool neg() const { return to_const_sec9().neg(); } |
| 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 | { |