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

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

begin_transaction(IsolationLevel isolation_level=IsolationLevel::ReadCommitted)relx::connection::PostgreSQLAsyncConnection
commit_transaction()relx::connection::PostgreSQLAsyncConnection
connect()relx::connection::PostgreSQLAsyncConnection
disconnect()relx::connection::PostgreSQLAsyncConnection
execute(Query query)relx::connection::PostgreSQLAsyncConnectioninline
execute(Query query)relx::connection::PostgreSQLAsyncConnectioninline
execute_many(const Query &query)relx::connection::PostgreSQLAsyncConnectioninline
execute_raw(std::string sql, std::vector< std::string > params={})relx::connection::PostgreSQLAsyncConnection
get_async_conn()relx::connection::PostgreSQLAsyncConnectioninline
get_io_context() constrelx::connection::PostgreSQLAsyncConnectioninline
in_transaction() constrelx::connection::PostgreSQLAsyncConnection
is_connected() constrelx::connection::PostgreSQLAsyncConnection
operator=(const PostgreSQLAsyncConnection &)=deleterelx::connection::PostgreSQLAsyncConnection
operator=(PostgreSQLAsyncConnection &&) noexceptrelx::connection::PostgreSQLAsyncConnection
PostgreSQLAsyncConnection(boost::asio::io_context &io_context, std::string connection_string)relx::connection::PostgreSQLAsyncConnectionexplicit
PostgreSQLAsyncConnection(boost::asio::io_context &io_context, const PostgreSQLConnectionParams &params)relx::connection::PostgreSQLAsyncConnectionexplicit
PostgreSQLAsyncConnection(const PostgreSQLAsyncConnection &)=deleterelx::connection::PostgreSQLAsyncConnection
PostgreSQLAsyncConnection(PostgreSQLAsyncConnection &&) noexceptrelx::connection::PostgreSQLAsyncConnection
reset_connection_state()relx::connection::PostgreSQLAsyncConnection
reset_connection_state_sync()relx::connection::PostgreSQLAsyncConnection
rollback_transaction()relx::connection::PostgreSQLAsyncConnection
~PostgreSQLAsyncConnection()relx::connection::PostgreSQLAsyncConnection