| adorn_name(std::string_view) | pqxx::connection | |
| await_notification() | pqxx::connection | |
| await_notification(std::time_t seconds, long microseconds) | pqxx::connection | |
| backendpid() const &noexcept | pqxx::connection | |
| cancel_query() | pqxx::connection | |
| close() | pqxx::connection | |
| connecting | pqxx::connection | friend |
| connection() | pqxx::connection | |
| connection(char const options[]) | pqxx::connection | explicit |
| connection(zview options) | pqxx::connection | explicit |
| connection(connection &&rhs) | pqxx::connection | |
| connection(connection const &)=delete | pqxx::connection | |
| connection_string() const | pqxx::connection | |
| dbname() const | pqxx::connection | |
| encoding_id() const | pqxx::connection | |
| encrypt_password(zview user, zview password, zview algorithm) | pqxx::connection | |
| encrypt_password(char const user[], char const password[], char const *algorithm=nullptr) | pqxx::connection | |
| esc(char const text[], std::size_t maxlen) const | pqxx::connection | |
| esc(char const text[]) const | pqxx::connection | |
| esc(std::string_view text) const | pqxx::connection | |
| esc_like(std::string_view text, char escape_char='\\') const | pqxx::connection | |
| esc_raw(unsigned char const bin[], std::size_t len) const | pqxx::connection | |
| esc_raw(std::basic_string_view< std::byte >) const | pqxx::connection | |
| get_client_encoding() const | pqxx::connection | |
| get_errorhandlers() const | pqxx::connection | |
| get_notifs() | pqxx::connection | |
| get_var(std::string_view var) | pqxx::connection | |
| get_var_as(std::string_view var) | pqxx::connection | |
| get_variable(std::string_view) | pqxx::connection | |
| hostname() const | pqxx::connection | |
| internal::gate::connection_dbtransaction | pqxx::connection | friend |
| internal::gate::connection_errorhandler | pqxx::connection | friend |
| internal::gate::connection_largeobject | pqxx::connection | friend |
| internal::gate::connection_notification_receiver | pqxx::connection | friend |
| internal::gate::connection_pipeline | pqxx::connection | friend |
| internal::gate::connection_sql_cursor | pqxx::connection | friend |
| internal::gate::connection_stream_from | pqxx::connection | friend |
| internal::gate::connection_stream_to | pqxx::connection | friend |
| internal::gate::connection_transaction | pqxx::connection | friend |
| internal::gate::const_connection_largeobject | pqxx::connection | friend |
| is_open() const noexcept | pqxx::connection | |
| operator=(connection &&rhs) | pqxx::connection | |
| operator=(connection const &)=delete | pqxx::connection | |
| port() const | pqxx::connection | |
| prepare(zview name, zview definition) & | pqxx::connection | |
| prepare(char const name[], char const definition[]) & | pqxx::connection | |
| prepare(char const definition[]) & | pqxx::connection | |
| prepare(zview definition) & | pqxx::connection | |
| process_notice(char const[]) noexcept | pqxx::connection | |
| process_notice(zview) noexcept | pqxx::connection | |
| protocol_version() const noexcept | pqxx::connection | |
| quote(T const &t) const | pqxx::connection | |
| quote(binarystring const &) const | pqxx::connection | |
| quote(std::basic_string_view< std::byte > bytes) const | pqxx::connection | |
| quote_columns(STRINGS const &columns) const | pqxx::connection | |
| quote_name(std::string_view identifier) const | pqxx::connection | |
| quote_raw(unsigned char const bin[], std::size_t len) const | pqxx::connection | |
| quote_raw(std::basic_string_view< std::byte >) const | pqxx::connection | |
| quote_table(std::string_view name) const | pqxx::connection | |
| quote_table(table_path) const | pqxx::connection | |
| release_raw_connection() && | pqxx::connection | |
| seize_raw_connection(internal::pq::PGconn *raw_conn) | pqxx::connection | static |
| server_version() const noexcept | pqxx::connection | |
| set_client_encoding(zview encoding) & | pqxx::connection | |
| set_client_encoding(char const encoding[]) & | pqxx::connection | |
| set_session_var(std::string_view var, TYPE const &value) & | pqxx::connection | |
| set_variable(std::string_view var, std::string_view value) & | pqxx::connection | |
| set_verbosity(error_verbosity verbosity) &noexcept | pqxx::connection | |
| sock() const &noexcept | pqxx::connection | |
| trace(std::FILE *) noexcept | pqxx::connection | |
| unesc_bin(std::string_view text) const | pqxx::connection | |
| unesc_raw(zview text) const | pqxx::connection | |
| unesc_raw(char const text[]) const | pqxx::connection | |
| unprepare(std::string_view name) | pqxx::connection | |
| username() const | pqxx::connection | |
| ~connection() | pqxx::connection | |