Set SQL-condition, which corresponds to the error state in Diagnostics_area. @see m_error_condition. */
| 818 | @see m_error_condition. |
| 819 | */ |
| 820 | void set_error_condition(const Sql_condition *error_condition) |
| 821 | { m_error_condition= error_condition; } |
| 822 | |
| 823 | /** |
| 824 | Reset SQL-condition, which corresponds to the error state in |