Cpqxx::array< ELEMENT, DIMENSIONS, SEPARATOR > | An SQL array received from the database |
Cpqxx::array_parser | Low-level array parser |
▼Cstd::basic_streambuf | |
Cpqxx::field_streambuf< char, std::char_traits< char > > | |
Cpqxx::largeobject_streambuf< char, std::char_traits< char > > | |
Cpqxx::field_streambuf< CHAR, TRAITS > | |
Cpqxx::largeobject_streambuf< CHAR, TRAITS > | Streambuf to use large objects in standard I/O streams |
▼Cstd::basic_string_view< Char > | STL class |
▼Cstd::string_view | STL class |
Cpqxx::zview | Marker-type wrapper: zero-terminated std::string_view |
Cpqxx::binarystring | Binary data corresponding to PostgreSQL's "BYTEA" binary-string type |
Cpqxx::blob | |
Cpqxx::connecting | An ongoing, non-blocking stepping stone to a connection |
Cpqxx::connection | Connection to a database |
Cpqxx::cursor_base | Common definitions for cursor types |
Cpqxx::internal::enum_traits< ENUM > | Helper class for defining enum conversions |
▼Cpqxx::errorhandler | Base class for error-handler callbacks |
Cpqxx::quiet_errorhandler | An error handler that suppresses any previously registered error handlers |
▼Cstd::exception | STL class |
▼Cstd::logic_error | STL class |
Cpqxx::internal_error | Internal error in libpqxx library |
Cpqxx::usage_error | Error in usage of libpqxx library, similar to std::logic_error |
▼Cstd::domain_error | STL class |
►Cpqxx::conversion_error | Value conversion failed, e.g. when converting "Hello" to int |
Cpqxx::conversion_overrun | Could not convert value to string: not enough buffer space |
Cpqxx::unexpected_null | Could not convert null value: target type does not support null |
▼Cstd::invalid_argument | STL class |
Cpqxx::argument_error | Invalid argument passed to libpqxx, similar to std::invalid_argument |
▼Cstd::out_of_range | STL class |
►Cpqxx::range_error | Something is out of range, similar to std::out_of_range |
Cpqxx::unexpected_rows | Query returned an unexpected number of rows |
▼Cstd::runtime_error | STL class |
▼Cpqxx::failure | Run-time failure encountered by libpqxx, similar to std::runtime_error |
►Cpqxx::broken_connection | Exception class for lost or failed backend connection |
Cpqxx::protocol_violation | Exception class for micommunication with the server |
Cpqxx::too_many_connections | |
Cpqxx::in_doubt_error | "Help, I don't know whether transaction was committed successfully!" |
►Cpqxx::sql_error | Exception class for failed queries |
Cpqxx::data_exception | Error in data provided to SQL statement |
Cpqxx::feature_not_supported | Database feature not supported in current setup |
Cpqxx::insufficient_privilege | |
►Cpqxx::insufficient_resources | Resource shortage on the server |
Cpqxx::disk_full | |
Cpqxx::out_of_memory | |
►Cpqxx::integrity_constraint_violation | |
Cpqxx::check_violation | |
Cpqxx::foreign_key_violation | |
Cpqxx::not_null_violation | |
Cpqxx::restrict_violation | |
Cpqxx::unique_violation | |
Cpqxx::invalid_cursor_name | |
Cpqxx::invalid_cursor_state | |
Cpqxx::invalid_sql_statement_name | |
►Cpqxx::plpgsql_error | PL/pgSQL error |
Cpqxx::plpgsql_no_data_found | |
Cpqxx::plpgsql_raise | Exception raised in PL/pgSQL procedure |
Cpqxx::plpgsql_too_many_rows | |
►Cpqxx::syntax_error | |
Cpqxx::undefined_column | |
Cpqxx::undefined_function | |
Cpqxx::undefined_table | |
►Cpqxx::transaction_rollback | The backend saw itself forced to roll back the ongoing transaction |
Cpqxx::deadlock_detected | The ongoing transaction has deadlocked. Retrying it may help |
Cpqxx::serialization_failure | Transaction failed to serialize. Please retry it |
Cpqxx::statement_completion_unknown | We can't tell whether our last statement succeeded |
Cpqxx::variable_set_to_null | The caller attempted to set a variable to null, which is not allowed |
Cpqxx::exclusive_bound< TYPE > | An exclusive boundary value to a pqxx::range |
▼Cpqxx::field | Reference to a field in a result set |
▼Cpqxx::const_row_iterator | Iterator for fields in a row. Use as row::const_iterator |
Cpqxx::const_reverse_row_iterator | Reverse iterator for a row. Use as row::const_reverse_iterator |
Cpqxx::forbidden_conversion< TYPE > | String traits for a forbidden type conversion |
▼Cpqxx::forbidden_conversion< char > | |
Cpqxx::string_traits< char > | You cannot convert a char to/from SQL |
▼Cpqxx::forbidden_conversion< signed char > | |
Cpqxx::string_traits< signed char > | You cannot convert a signed char to/from SQL |
▼Cpqxx::forbidden_conversion< std::byte > | |
Cpqxx::string_traits< std::byte > | You cannot convert a std::byte to/from SQL |
▼Cpqxx::forbidden_conversion< unsigned char > | |
Cpqxx::string_traits< unsigned char > | You cannot convert an unsigned char to/from SQL |
Cpqxx::from_query_t | Marker for stream_from constructors: "stream from query." |
Cpqxx::from_table_t | Marker for stream_from constructors: "stream from table." |
Cpqxx::inclusive_bound< TYPE > | An inclusive boundary value to a pqxx::range |
▼Cstd::ios_base | STL class |
▼Cstd::basic_ios< Char > | STL class |
▼Cstd::basic_istream< Char > | STL class |
Cpqxx::basic_fieldstream< CHAR, TRAITS > | Input stream that gets its data from a result field |
Cpqxx::basic_ilostream< CHAR, TRAITS > | Input stream that gets its data from a large object |
►Cstd::basic_iostream< Char > | STL class |
Cpqxx::basic_lostream< CHAR, TRAITS > | Stream that reads and writes a large object |
▼Cstd::basic_ostream< Char > | STL class |
Cpqxx::basic_olostream< CHAR, TRAITS > | Output stream that writes data back to a large object |
Cstd::basic_iostream< Char > | STL class |
▼Cpqxx::largeobject | Identity of a large object |
Cpqxx::largeobjectaccess | Accessor for large object's contents |
Cpqxx::no_bound | An unlimited boundary value to a pqxx::range |
Cpqxx::no_null< TYPE > | Nullness traits describing a type which does not have a null value |
▼Cpqxx::no_null< binarystring > | |
Cpqxx::nullness< binarystring > | |
▼Cpqxx::no_null< ENUM > | |
Cpqxx::nullness< ENUM, std::enable_if_t< std::is_enum_v< ENUM > > > | Nullness: Enums do not have an inherent null value |
▼Cpqxx::no_null< range< TYPE > > | |
Cpqxx::nullness< range< TYPE > > | A range type does not have an innate null value |
Cpqxx::notification_receiver | |
Cpqxx::nullness< TYPE, ENABLE > | Traits describing a type's "null value," if any |
Cpqxx::params | Build a parameter list for a parameterised or prepared statement |
Cpqxx::placeholders< COUNTER > | Generate parameter placeholders for use in an SQL statement |
Cpqxx::range< TYPE > | A C++ equivalent to PostgreSQL's range types |
Cpqxx::range_bound< TYPE > | A range boundary value |
Cpqxx::result | Result set containing data returned by a query or command |
Cpqxx::internal::result_iter< T > | |
Cpqxx::row | Reference to one row in a result |
Cpqxx::stateless_cursor< up, op > | "Stateless cursor" class: easy API for retrieving parts of result sets |
Cpqxx::string_traits< TYPE > | Traits class for use in string conversions |
Cpqxx::string_traits< binarystring > | String conversion traits for binarystring |
Cpqxx::string_traits< range< TYPE > > | String conversions for a range type |
Cpqxx::thread_safety_model | Descriptor of library's thread-safety model |
▼Cpqxx::transaction_base | Interface definition (and common code) for "transaction" classes |
▼Cpqxx::dbtransaction | Abstract transaction base class: bracket transactions on the database |
Cpqxx::internal::basic_robusttransaction | Helper base class for the robusttransaction class template |
Cpqxx::internal::basic_transaction | Helper base class for the transaction class template |
Cpqxx::subtransaction | "Transaction" nested within another transaction |
Cpqxx::nontransaction | Simple "transaction" class offering no transactional integrity |
▼Cpqxx::transaction_focus | Base class for things that monopolise a transaction's attention |
Cpqxx::pipeline | Processes several queries in FIFO manner, optimized for high throughput |
Cpqxx::stream_from | Stream data from the database |
Cpqxx::stream_to | Efficiently write data directly to a database table |
Cpqxx::subtransaction | "Transaction" nested within another transaction |