|
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() | pqxx::connection | |
| await_notification(std::time_t seconds, long microseconds=0) | pqxx::connection | |
| backendpid() const &noexcept | pqxx::connection | |
| cancel_query() | pqxx::connection | |
| close() | pqxx::connection | |
| connecting (defined in pqxx::connection) | pqxx::connection | friend |
| connection() (defined in pqxx::connection) | pqxx::connection | inline |
| connection(char const options[]) | pqxx::connection | inlineexplicit |
| connection(zview options) | pqxx::connection | inlineexplicit |
| connection(connection &&rhs) | pqxx::connection | |
| connection(connection const &)=delete (defined in pqxx::connection) | 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 | inline |
| encrypt_password(char const user[], char const password[], char const *algorithm=nullptr) | pqxx::connection | |
| esc(char const text[]) const | pqxx::connection | inline |
| esc(std::string_view text) const | pqxx::connection | |
| esc(char const text[], std::size_t maxlen) const | pqxx::connection | inline |
| 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(bytes_view) 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 | inline |
| get_variable(std::string_view) | pqxx::connection | |
| hostname() const | pqxx::connection | |
| internal::gate::connection_dbtransaction (defined in pqxx::connection) | pqxx::connection | friend |
| internal::gate::connection_errorhandler (defined in pqxx::connection) | pqxx::connection | friend |
| internal::gate::connection_largeobject (defined in pqxx::connection) | pqxx::connection | friend |
| internal::gate::connection_notification_receiver (defined in pqxx::connection) | pqxx::connection | friend |
| internal::gate::connection_pipeline (defined in pqxx::connection) | pqxx::connection | friend |
| internal::gate::connection_sql_cursor (defined in pqxx::connection) | pqxx::connection | friend |
| internal::gate::connection_stream_from (defined in pqxx::connection) | pqxx::connection | friend |
| internal::gate::connection_stream_to (defined in pqxx::connection) | pqxx::connection | friend |
| internal::gate::connection_transaction (defined in pqxx::connection) | pqxx::connection | friend |
| internal::gate::const_connection_largeobject (defined in pqxx::connection) | pqxx::connection | friend |
| is_open() const noexcept | pqxx::connection | |
| listen(std::string_view channel, notification_handler handler={}) | pqxx::connection | |
| notification_handler typedef | pqxx::connection | |
| operator=(connection &&rhs) | pqxx::connection | |
| operator=(connection const &)=delete (defined in pqxx::connection) | pqxx::connection | |
| port() const | pqxx::connection | |
| prepare(zview name, zview definition) & | pqxx::connection | inline |
| prepare(char const name[], char const definition[]) & | pqxx::connection | |
| prepare(char const definition[]) & | pqxx::connection | |
| prepare(zview definition) & (defined in pqxx::connection) | 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) const | pqxx::connection | inline |
| quote(binarystring const &) const (defined in pqxx::connection) | pqxx::connection | |
| quote(bytes_view bytes) const | pqxx::connection | |
| quote_columns(STRINGS const &columns) const | pqxx::connection | inline |
| quote_name(std::string_view identifier) const | pqxx::connection | |
| quote_raw(bytes_view) const | pqxx::connection | |
| quote_raw(unsigned char const bin[], std::size_t len) const | pqxx::connection | |
| 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) | pqxx::connection | inlinestatic |
| server_version() const noexcept | pqxx::connection | |
| set_client_encoding(zview encoding) & | pqxx::connection | inline |
| set_client_encoding(char const encoding[]) & | pqxx::connection | |
| set_notice_handler(std::function< void(zview)> handler) | pqxx::connection | inline |
| set_session_var(std::string_view var, TYPE const &value) & | pqxx::connection | inline |
| 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 | inline |
| unesc_raw(zview text) const | pqxx::connection | inline |
| unesc_raw(char const text[]) const | pqxx::connection | |
| unprepare(std::string_view name) | pqxx::connection | |
| username() const | pqxx::connection | |
| ~connection() (defined in pqxx::connection) | pqxx::connection | inline |