![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
A wrapper for pipeline actions. More...
#include <pipeline_interfaces.h>
Public Member Functions | |
| Pipeline_action (int action_type) | |
| virtual | ~Pipeline_action ()=default | 
| int | get_action_type () | 
| Returns this action type.  More... | |
Private Attributes | |
| int | type | 
A wrapper for pipeline actions.
Pipeline actions, unlike normal events, do not transport data but execution instructions to be executed.
      
  | 
  inline | 
      
  | 
  virtualdefault | 
      
  | 
  inline | 
Returns this action type.
The type must be defined in all child classes. Different developing contexts can mean different sets of actions.
      
  | 
  private |