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

Method get_message_text

sql/sql_error.cc:303–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303const char*
304Sql_condition::get_message_text() const
305{
306 return m_message_text.ptr();
307}
308
309int
310Sql_condition::get_message_octet_length() const

Callers 2

has_sql_conditionMethod · 0.80
push_warningMethod · 0.80

Calls 1

ptrMethod · 0.45

Tested by

no test coverage detected