![]() |
MySQL 8.1.0
Source Code Documentation
|
Represents class that directs execution of dump tasks to Data Formatters. More...
#include <i_data_formatter_wrapper.h>
Public Member Functions | |
virtual | ~I_data_formatter_wrapper ()=default |
virtual void | register_data_formatter (I_data_formatter *new_data_formatter)=0 |
Add new Data Formatter to supply acquired data of objects to. More... | |
Represents class that directs execution of dump tasks to Data Formatters.
|
virtualdefault |
|
pure virtual |
Add new Data Formatter to supply acquired data of objects to.
Implemented in Mysql::Tools::Dump::Abstract_data_formatter_wrapper.