@return SQL-condition, which corresponds to the error state in Diagnostics_area. @see m_error_condition. */
| 810 | @see m_error_condition. |
| 811 | */ |
| 812 | const Sql_condition *get_error_condition() const |
| 813 | { return m_error_condition; } |
| 814 | |
| 815 | /** |
| 816 | Set SQL-condition, which corresponds to the error state in Diagnostics_area. |
no outgoing calls
no test coverage detected