MySQL 8.0.40
Source Code Documentation
|
Interface for classes that are capable of creating connection to MySQL database server. More...
#include <i_connection_factory.h>
Public Member Functions | |
virtual | ~I_connection_factory ()=default |
virtual MYSQL * | create_connection ()=0 |
Provides new connection to MySQL database server. More... | |
Interface for classes that are capable of creating connection to MySQL database server.
|
virtualdefault |
|
pure virtual |
Provides new connection to MySQL database server.
Implemented in Mysql::Tools::Base::Abstract_connection_program, and Mysql::Tools::Base::Options::Mysql_connection_options.