|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
This is the complete list of members for relx::connection::PostgreSQLConnectionPool, including all inherited members.
| active_connections() const | relx::connection::PostgreSQLConnectionPool | |
| create(PostgreSQLConnectionPoolConfig config) | relx::connection::PostgreSQLConnectionPool | inlinestatic |
| get_connection() | relx::connection::PostgreSQLConnectionPool | |
| idle_connections() const | relx::connection::PostgreSQLConnectionPool | |
| initialize() | relx::connection::PostgreSQLConnectionPool | |
| operator=(const PostgreSQLConnectionPool &)=delete | relx::connection::PostgreSQLConnectionPool | |
| operator=(PostgreSQLConnectionPool &&)=delete | relx::connection::PostgreSQLConnectionPool | |
| PostgreSQLConnectionPool(const PostgreSQLConnectionPool &)=delete | relx::connection::PostgreSQLConnectionPool | |
| PostgreSQLConnectionPool(PostgreSQLConnectionPool &&)=delete | relx::connection::PostgreSQLConnectionPool | |
| with_connection(Func &&func) -> ConnectionPoolResult< std::invoke_result_t< Func, PooledConnection & > > | relx::connection::PostgreSQLConnectionPool | inline |
| ~PostgreSQLConnectionPool() | relx::connection::PostgreSQLConnectionPool |