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

Method has_sql_state

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

Source from the content-addressed store, hash-verified

75 }
76
77 bool has_sql_state() const { return m_sqlstate[0] != '\0'; }
78
79 /**
80 Checks if this SQL state defines a WARNING condition.

Callers 2

assign_defaultsMethod · 0.80
stmt_signal_valueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected