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

Method usec

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

Source from the content-addressed store, hash-verified

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
678 @param thd current thd

Callers 4

get_interval_valueFunction · 0.45
val_nativeMethod · 0.45
TimeMethod · 0.45
usecMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected