|
libpqxx
The C++ client library for PostgreSQL
|
This is the complete list of members for pqxx::connection, including all inherited members.
| adorn_name(std::string_view) | pqxx::connection | |
| await_notification(sl=sl::current()) | pqxx::connection | |
| await_notification(std::time_t seconds=10, long microseconds=0, sl=sl::current()) | pqxx::connection | |
| backendpid() const &noexcept | pqxx::connection | |
| cancel_query(sl=sl::current()) | pqxx::connection | |
| close(sl=sl::current()) | pqxx::connection | |
| connecting class | pqxx::connection | friend |
| connection(sl loc=sl::current()) | pqxx::connection | inlineexplicit |
| connection(STRING const &connection_string, MAPPING &¶ms=empty_params_t(), sl=sl::current()) | pqxx::connection | inlineexplicit |
| connection(STRING const &connection_string, sl loc=sl::current()) | pqxx::connection | inlineexplicit |
| connection(MAPPING &¶ms, sl loc=sl::current()) | pqxx::connection | inlineexplicit |
| connection(connection &&rhs, sl=sl::current()) | pqxx::connection | |
| connection(connection const &)=delete | pqxx::connection | |
| connection_string() const | pqxx::connection | |
| dbname() const noexcept | pqxx::connection | |
| encoding_id(sl=sl::current()) const | pqxx::connection | |
| encrypt_password(zview user, zview password, zview algorithm) | pqxx::connection | inline |
| encrypt_password(char const user[], char const password[], char const *algorithm=nullptr) | pqxx::connection | |
| esc(char const text[], sl loc=sl::current()) const | pqxx::connection | inline |
| esc(std::string_view text, std::span< char > buffer, sl loc=sl::current()) | pqxx::connection | inline |
| esc(std::string_view text, sl loc=sl::current()) const | pqxx::connection | |
| esc(DATA const &data) const | pqxx::connection | inline |
| esc(DATA const &data, std::span< char > buffer, sl loc=sl::current()) const | pqxx::connection | inline |
| esc_like(std::string_view text, char escape_char='\\', sl loc=sl::current()) const | pqxx::connection | |
| esc_raw(bytes_view) const | pqxx::connection | |
| esc_raw(DATA const &data) const | pqxx::connection | inline |
| esc_raw(DATA const &data, std::span< char > buffer) const | pqxx::connection | inline |
| get_client_encoding(sl loc=sl::current()) const | pqxx::connection | |
| get_encoding_group(sl loc=sl::current()) const | pqxx::connection | inline |
| get_errorhandlers() const | pqxx::connection | |
| get_notifs(sl=sl::current()) | pqxx::connection | |
| get_var(std::string_view var, sl loc=sl::current()) | pqxx::connection | |
| get_var_as(std::string_view var, sl loc=sl::current()) | pqxx::connection | inline |
| get_variable(std::string_view, sl loc=sl::current()) | pqxx::connection | |
| hostname() const noexcept | pqxx::connection | |
| internal::gate::connection_dbtransaction class | pqxx::connection | friend |
| internal::gate::connection_errorhandler class | pqxx::connection | friend |
| internal::gate::connection_largeobject class | pqxx::connection | friend |
| internal::gate::connection_notification_receiver class | pqxx::connection | friend |
| internal::gate::connection_pipeline class | pqxx::connection | friend |
| internal::gate::connection_sql_cursor class | pqxx::connection | friend |
| internal::gate::connection_stream_from class | pqxx::connection | friend |
| internal::gate::connection_stream_to class | pqxx::connection | friend |
| internal::gate::connection_transaction class | pqxx::connection | friend |
| internal::gate::const_connection_largeobject class | pqxx::connection | friend |
| is_open() const noexcept | pqxx::connection | |
| listen(std::string_view channel, notification_handler handler={}, sl=sl::current()) | pqxx::connection | |
| notification_handler typedef | pqxx::connection | |
| operator=(connection &&rhs) | pqxx::connection | |
| operator=(connection const &)=delete | pqxx::connection | |
| port() const noexcept | pqxx::connection | |
| port_number(sl loc=sl::current()) const | pqxx::connection | |
| prepare(zview name, zview definition, sl loc=sl::current()) & | pqxx::connection | inline |
| prepare(std::string const &name, std::string const &definition, sl loc=sl::current()) & | pqxx::connection | inline |
| prepare(char const name[], char const definition[], sl loc=sl::current()) & | pqxx::connection | |
| prepare(std::string_view name, std::string_view definition, sl loc=sl::current()) & | pqxx::connection | inline |
| prepare(char const definition[], sl loc=sl::current()) & | pqxx::connection | |
| prepare(zview definition, sl loc=sl::current()) & | pqxx::connection | inline |
| process_notice(char const[]) noexcept | pqxx::connection | |
| process_notice(zview) noexcept | pqxx::connection | |
| protocol_version() const noexcept | pqxx::connection | |
| quote(T const &t, sl=sl::current()) const | pqxx::connection | inline |
| quote_columns(STRINGS const &columns, sl=sl::current()) const | pqxx::connection | inline |
| quote_name(std::string_view identifier) const | pqxx::connection | |
| quote_raw(bytes_view) const | pqxx::connection | |
| quote_raw(DATA const &data) const | pqxx::connection | inline |
| quote_table(std::string_view name) const | pqxx::connection | |
| quote_table(table_path) const | pqxx::connection | |
| release_raw_connection() && | pqxx::connection | inline |
| seize_raw_connection(internal::pq::PGconn *raw_conn, sl loc=sl::current()) | pqxx::connection | inlinestatic |
| server_version() const noexcept | pqxx::connection | |
| set_client_encoding(zview encoding, sl loc=sl::current()) & | pqxx::connection | inline |
| set_client_encoding(char const encoding[], sl=sl::current()) & | pqxx::connection | |
| set_notice_handler(std::function< void(zview)> handler) | pqxx::connection | inline |
| set_session_var(std::string_view var, TYPE const &value, sl loc=sl::current()) & | pqxx::connection | inline |
| set_variable(std::string_view var, std::string_view value, sl loc=sl::current()) & | 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, sl loc=sl::current()) const | pqxx::connection | inline |
| unprepare(std::string_view name, sl loc=sl::current()) | pqxx::connection | |
| username() const noexcept | pqxx::connection | |
| ~connection() | pqxx::connection | inline |