relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::connection::PostgreSQLConnectionPool Member List

This is the complete list of members for relx::connection::PostgreSQLConnectionPool, including all inherited members.

active_connections() constrelx::connection::PostgreSQLConnectionPool
create(PostgreSQLConnectionPoolConfig config)relx::connection::PostgreSQLConnectionPoolinlinestatic
get_connection()relx::connection::PostgreSQLConnectionPool
idle_connections() constrelx::connection::PostgreSQLConnectionPool
initialize()relx::connection::PostgreSQLConnectionPool
operator=(const PostgreSQLConnectionPool &)=deleterelx::connection::PostgreSQLConnectionPool
operator=(PostgreSQLConnectionPool &&)=deleterelx::connection::PostgreSQLConnectionPool
PostgreSQLConnectionPool(const PostgreSQLConnectionPool &)=deleterelx::connection::PostgreSQLConnectionPool
PostgreSQLConnectionPool(PostgreSQLConnectionPool &&)=deleterelx::connection::PostgreSQLConnectionPool
with_connection(Func &&func) -> ConnectionPoolResult< std::invoke_result_t< Func, PooledConnection & > >relx::connection::PostgreSQLConnectionPoolinline
~PostgreSQLConnectionPool()relx::connection::PostgreSQLConnectionPool