@return SQL-condition, which corresponds to the error state in Diagnostics_area. @see m_error_condition. */
| 498 | @see m_error_condition. |
| 499 | */ |
| 500 | const Sql_condition *get_error_condition() const |
| 501 | { return m_error_condition; } |
| 502 | |
| 503 | /** |
| 504 | Set SQL-condition, which corresponds to the error state in Diagnostics_area. |
no outgoing calls
no test coverage detected