MySQL 9.0.0
Source Code Documentation
Mysql_thread_body Class Referenceabstract

Interface for Mysql_thread_body, the task of a Mysql_thread. More...

#include <mysql_thread.h>

Inheritance diagram for Mysql_thread_body:
[legend]

Public Member Functions

virtual ~Mysql_thread_body ()
 
virtual void run (Mysql_thread_body_parameters *parameters)=0
 

Detailed Description

Interface for Mysql_thread_body, the task of a Mysql_thread.

Constructor & Destructor Documentation

◆ ~Mysql_thread_body()

virtual Mysql_thread_body::~Mysql_thread_body ( )
inlinevirtual

Member Function Documentation

◆ run()

virtual void Mysql_thread_body::run ( Mysql_thread_body_parameters parameters)
pure virtual

The documentation for this class was generated from the following file: