| 672 | bool neg() const { return m_neg; } |
| 673 | bool truncated() const { return m_truncated; } |
| 674 | ulonglong sec() const { return m_sec; } |
| 675 | long usec() const { return m_usec; } |
| 676 | /** |
| 677 | Converts Sec6 to MYSQL_TIME |
no outgoing calls
no test coverage detected