MySQL 9.1.0
Source Code Documentation
|
Error handling interface. More...
Public Member Functions | |
virtual | ~IError_handler ()=default |
Virtual destructor. More... | |
virtual void | error (const char *message,...)=0 |
Error reporting method. More... | |
Error handling interface.
|
virtualdefault |
Virtual destructor.
|
pure virtual |