Get the error level of this condition. @return the error level condition item. */
| 75 | @return the error level condition item. |
| 76 | */ |
| 77 | Sql_condition::enum_warning_level get_level() const |
| 78 | { return m_level; } |
| 79 | |
| 80 | private: |
| 81 | /* |
no outgoing calls
no test coverage detected