MCPcopy Create free account
hub / github.com/MariaDB/server / sec

Method sec

sql/sql_type.h:844–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

secMethod · 0.45

Tested by

no test coverage detected