libpqxx  7.5.1
Deprecated List
Class pqxx::basic_ilostream< CHAR, TRAITS >
Access large objects directly using the blob class.
Class pqxx::basic_lostream< CHAR, TRAITS >
Access large objects directly using the blob class.
Class pqxx::basic_olostream< CHAR, TRAITS >
Access large objects directly using the blob class.
Class pqxx::binarystring
Use std::basic_string<std::byte> and std::basic_string_view<std::byte> for binary data.
Member pqxx::blob::read (std::vector< std::byte, ALLOC > buf)
As libpqxx moves to C++20 as its baseline language version, this will take and return std::span<std::byte>.
Member pqxx::connection::esc_raw (unsigned char const bin[], std::size_t len) const
Use std::basic_string_view<std::byte> instead.
Member pqxx::connection::quote (binarystring const &) const
Use basic_string or basic_string_view of std::byte.
Member pqxx::connection::quote_raw (unsigned char const bin[], std::size_t len) const
Use std::basic_string_view<std::byte> instead.
Member pqxx::connection_base
Old base class for connection. They are now the same class.
Member pqxx::encrypt_password (char const user[], char const password[])
Use connection::encrypt_password instead.
Member pqxx::encrypt_password (zview user, zview password)
Use connection::encrypt_password instead.
Member pqxx::from_query
Use stream_from::query() instead.
Class pqxx::from_query_t
Use stream_from::query() instead.
Member pqxx::from_table
Use stream_from::table() instead.
Class pqxx::from_table_t
Use stream_from::table() instead.
Class pqxx::largeobject
Use the blob class instead.
Class pqxx::largeobject_streambuf< CHAR, TRAITS >
Access large objects directly using the blob class.
Class pqxx::largeobjectaccess
Use the blob class instead.
Member pqxx::params::append (binarystring const &value)
Append binarystring parameter.
Member pqxx::prepare::make_dynamic_params (C &container, ACCESSOR accessor)
User params instead.
Member pqxx::prepare::make_dynamic_params (IT begin, IT end)
Use params instead.
Member pqxx::prepare::make_dynamic_params (C const &container)
Use params instead.
Member pqxx::stream_from::query () factory instead.") stream_from(transaction_base &
Use factory function query() instead.
Member pqxx::stream_from::stream_from (transaction_base &tx, std::string_view table)
Use factory function table() or raw_table() instead.
Member pqxx::stream_from::stream_from (transaction_base &, std::string_view table, Iter columns_begin, Iter columns_end)
Use factory function table() or raw_table() instead.
Member pqxx::stream_from::stream_from (transaction_base &tx, std::string_view table, Columns const &columns)
Use factory function table() or raw_table() instead.
Member pqxx::stream_from::table () or raw_table() factory instead.") stream_from(transaction_base &
Use factory function table() or raw_table() instead.
Member pqxx::stream_from::table () or raw_table() factory instead.") stream_from( transaction_base &
Use factory function table() or raw_table() instead.
Member pqxx::stream_from::table () or raw_table() factory instead.") stream_from( transaction_base &tx
Use factory function query() instead.
Member pqxx::stream_to::table () or raw_table() factory.") stream_to(transaction_base &tx</dt><dd> Use @c table() or @c raw_table() as a factory.</dd> <dt>\anchor _deprecated000031 \_setscope pqxx::stream_to Member \_internalref a01136#ab524f5ed24a541f5a8b10bfa0dfa5060 "pqxx::stream_to::table" () or raw_table() factory.") stream_to( transaction_base &
Use table() or raw_table() as a factory.
Member pqxx::strip_t
In C++20 we'll replace this with std::remove_cvref.