SQL connection factory.
More...
#include <sqlConnectionFactory.hpp>
SQL connection factory.
- Author
- Vincent Lachenal
- Since
- 0.1
◆ createConnection()
Connection * anch::sql::SqlConnectionFactory::createConnection |
( |
const std::string & | name | ) |
|
Create a new database connection.
- Parameters
-
- Returns
- the SQL database connection
◆ getPool()
SqlConnectionPool & anch::sql::SqlConnectionFactory::getPool |
( |
const std::string & | name | ) |
|
Retrieve SQL connection pool
- Parameters
-
- Returns
- the pool
The documentation for this class was generated from the following file: