Set SQL-condition, which corresponds to the error state in Diagnostics_area. @see m_error_condition. */
| 506 | @see m_error_condition. |
| 507 | */ |
| 508 | void set_error_condition(const Sql_condition *error_condition) |
| 509 | { m_error_condition= error_condition; } |
| 510 | |
| 511 | /** |
| 512 | Reset SQL-condition, which corresponds to the error state in |