MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / get_level

Method get_level

sql/sql_error.h:77–78  ·  view source on GitHub ↗

Get the error level of this condition. @return the error level condition item. */

Source from the content-addressed store, hash-verified

75 @return the error level condition item.
76 */
77 Sql_condition::enum_warning_level get_level() const
78 { return m_level; }
79
80private:
81 /*

Callers 3

push_warningMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected