![]() |
MySQL 8.0.43
Source Code Documentation
|
This is the complete list of members for Event_handler, including all inherited members.
| append(Event_handler *last_handler) | Event_handler | inline |
| append_handler(Event_handler **pipeline, Event_handler *event_handler) | Event_handler | inlinestatic |
| Event_handler() | Event_handler | inline |
| get_handler_by_role(Event_handler *pipeline, int role, Event_handler **event_handler) | Event_handler | inlinestatic |
| get_role()=0 | Event_handler | pure virtual |
| handle_action(Pipeline_action *action)=0 | Event_handler | pure virtual |
| handle_event(Pipeline_event *event, Continuation *continuation)=0 | Event_handler | pure virtual |
| initialize()=0 | Event_handler | pure virtual |
| is_unique()=0 | Event_handler | pure virtual |
| next(Pipeline_event *event, Continuation *continuation) | Event_handler | inlineprotected |
| next(Pipeline_action *action) | Event_handler | inlineprotected |
| next_in_pipeline | Event_handler | private |
| plug_next_handler(Event_handler *next_handler) | Event_handler | inline |
| terminate()=0 | Event_handler | pure virtual |
| terminate_pipeline() | Event_handler | inline |
| ~Event_handler()=default | Event_handler | virtual |