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

Method get_sqlstate

sql/sql_error.h:63–64  ·  view source on GitHub ↗

Get the SQLSTATE of this condition. @return the sql state. */

Source from the content-addressed store, hash-verified

61 @return the sql state.
62 */
63 const char* get_sqlstate() const
64 { return m_returned_sqlstate; }
65
66 /**
67 Get the SQL_ERRNO of this condition.

Callers 3

push_warningMethod · 0.45
end_statementMethod · 0.45
get_last_sqlstateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected