TRUE if there is an error in the error stack. Please use this method instead of direct access to net.report_error. If TRUE, the current (sub)-statement should be aborted. The main difference between this member and is_fatal_error is that a fatal error can not be handled by a stored procedure continue handler, whereas a normal error can. To raise this flag, use my_err
| 2457 | To raise this flag, use my_error(). |
| 2458 | */ |
| 2459 | inline bool is_error() const { return get_stmt_da()->is_error(); } |
| 2460 | |
| 2461 | /// Returns Diagnostics-area for the current statement. |
| 2462 | Diagnostics_area *get_stmt_da() |
no outgoing calls
no test coverage detected