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

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

begin_transaction(IsolationLevel isolation_level=IsolationLevel::ReadCommitted) overriderelx::connection::PostgreSQLConnectionvirtual
commit_transaction() overriderelx::connection::PostgreSQLConnectionvirtual
connect() overriderelx::connection::PostgreSQLConnectionvirtual
convert_placeholders(const std::string &sql)relx::connection::PostgreSQLConnectionstatic
disconnect() overriderelx::connection::PostgreSQLConnectionvirtual
execute(const Query &query)relx::connection::Connectioninline
execute(const Query &query)relx::connection::Connectioninline
execute_many(const Query &query)relx::connection::Connectioninline
execute_raw(const std::string &sql, const std::vector< std::string > &params={}) overriderelx::connection::PostgreSQLConnectionvirtual
execute_raw_binary(const std::string &sql, const std::vector< std::string > &params, const std::vector< bool > &is_binary)relx::connection::PostgreSQLConnection
execute_typed(const std::string &sql, Args &&... args)relx::connection::PostgreSQLConnectioninline
get_pg_conn()relx::connection::PostgreSQLConnectioninline
in_transaction() const overriderelx::connection::PostgreSQLConnectionvirtual
is_connected() const overriderelx::connection::PostgreSQLConnectionvirtual
operator=(const PostgreSQLConnection &)=deleterelx::connection::PostgreSQLConnection
operator=(PostgreSQLConnection &&) noexceptrelx::connection::PostgreSQLConnection
PostgreSQLConnection(std::string_view connection_string)relx::connection::PostgreSQLConnectionexplicit
PostgreSQLConnection(const PostgreSQLConnectionParams &params)relx::connection::PostgreSQLConnectionexplicit
PostgreSQLConnection(const PostgreSQLConnection &)=deleterelx::connection::PostgreSQLConnection
PostgreSQLConnection(PostgreSQLConnection &&) noexceptrelx::connection::PostgreSQLConnection
prepare_statement(const std::string &name, const std::string &sql, int param_count)relx::connection::PostgreSQLConnection
rollback_transaction() overriderelx::connection::PostgreSQLConnectionvirtual
~Connection()=defaultrelx::connection::Connectionvirtual
~PostgreSQLConnection() overriderelx::connection::PostgreSQLConnection