- 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::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::stream_from::query () factory instead.") stream_from(transaction_base &
- Use factory function
query()
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)
- 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 &tx
- Use factory function
query()
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_to::table () or raw_table() factory.") stream_to( transaction_base &
- Use
table()
or raw_table()
as a factory.
- 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 _deprecated000029
\_setscope pqxx Member \_internalref a00247#a316a1521470224aad07d24109ff0043d "pqxx::strip_t"
- In C++20 we'll replace this with std::remove_cvref.