MySQL 8.0.40
Source Code Documentation
|
Represents class that directs execution of dump tasks to Output Writers. More...
#include <i_output_writer_wrapper.h>
Public Member Functions | |
virtual | ~I_output_writer_wrapper ()=default |
virtual void | register_output_writer (I_output_writer *new_output_writer)=0 |
Add new Output Writer to supply formatted strings to. More... | |
Represents class that directs execution of dump tasks to Output Writers.
|
virtualdefault |
|
pure virtual |
Add new Output Writer to supply formatted strings to.
Implemented in Mysql::Tools::Dump::Abstract_output_writer_wrapper.