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

Method get_sql_errno

sql/sql_error.h:70–71  ·  view source on GitHub ↗

Get the SQL_ERRNO of this condition. @return the sql error number condition item. */

Source from the content-addressed store, hash-verified

68 @return the sql error number condition item.
69 */
70 uint get_sql_errno() const
71 { return m_sql_errno; }
72
73 /**
74 Get the error level of this condition.

Callers 1

push_warningMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected