MySQL 8.1.0
Source Code Documentation
Mysql::Tools::Dump::I_data_formatter_wrapper Class Referenceabstract

Represents class that directs execution of dump tasks to Data Formatters. More...

#include <i_data_formatter_wrapper.h>

Inheritance diagram for Mysql::Tools::Dump::I_data_formatter_wrapper:
[legend]

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...
 

Detailed Description

Represents class that directs execution of dump tasks to Data Formatters.

Constructor & Destructor Documentation

◆ ~I_data_formatter_wrapper()

virtual Mysql::Tools::Dump::I_data_formatter_wrapper::~I_data_formatter_wrapper ( )
virtualdefault

Member Function Documentation

◆ register_data_formatter()

virtual void Mysql::Tools::Dump::I_data_formatter_wrapper::register_data_formatter ( I_data_formatter new_data_formatter)
pure virtual

Add new Data Formatter to supply acquired data of objects to.

Implemented in Mysql::Tools::Dump::Abstract_data_formatter_wrapper.


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