AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::sql::SQLSharedLibrary Struct Reference

SQL shared library data. More...

#include <sqlSharedLibraries.hpp>

+ Collaboration diagram for anch::sql::SQLSharedLibrary:

Public Attributes

std::string layer
 
void * _layer
 
std::shared_ptr< Connection >(* make_shared_connection )(const SqlConnectionConfiguration &)
 
Connection *(* create )(const SqlConnectionConfiguration &)
 

Detailed Description

SQL shared library data.

Author
Vincent Lachenal
Since
0.1

Member Data Documentation

◆ _layer

void* anch::sql::SQLSharedLibrary::_layer

Layer shared library object

◆ create

Connection *(* anch::sql::SQLSharedLibrary::create) (const SqlConnectionConfiguration &)

Make SQL connection

◆ layer

std::string anch::sql::SQLSharedLibrary::layer

Layer library name

◆ make_shared_connection

std::shared_ptr< Connection >(* anch::sql::SQLSharedLibrary::make_shared_connection) (const SqlConnectionConfiguration &)

Make shared pointer SQL connection


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