SQL shared library data. More...
#include <sqlSharedLibraries.hpp>
Public Attributes | |
| std::string | layer |
| void * | _layer |
| std::shared_ptr< Connection >(* | make_shared_connection )(const SqlConnectionConfiguration &) |
| Connection *(* | create )(const SqlConnectionConfiguration &) |
SQL shared library data.
| void* anch::sql::SQLSharedLibrary::_layer |
Layer shared library object
| Connection *(* anch::sql::SQLSharedLibrary::create) (const SqlConnectionConfiguration &) |
Make SQL connection
| std::string anch::sql::SQLSharedLibrary::layer |
Layer library name
| std::shared_ptr< Connection >(* anch::sql::SQLSharedLibrary::make_shared_connection) (const SqlConnectionConfiguration &) |
Make shared pointer SQL connection