MySQL 9.1.0
Source Code Documentation
|
#include <io_backend.h>
Static Public Member Functions | |
static std::string | preferred () |
preferred backend for this platform. More... | |
static std::set< std::string > | supported () |
supported backends for this platform. More... | |
static std::unique_ptr< net::IoServiceBase > | backend (const std::string &name) |
create a backend from name. More... | |
|
static |
create a backend from name.
name | name of the backend. |
nullptr | if name doesn't refer to supported backends. |
|
static |
preferred backend for this platform.
|
static |
supported backends for this platform.