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

Method sec

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

Source from the content-addressed store, hash-verified

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

Callers 5

get_interval_valueFunction · 0.45
val_nativeMethod · 0.45
get_dateMethod · 0.45
TimeMethod · 0.45
secMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected