libpqxx
The C++ client library for PostgreSQL
transaction_base.hxx File Reference

Go to the source code of this file.

Classes

class  pqxx::transaction_base
 Interface definition (and common code) for "transaction" classes. More...
 

Namespaces

 pqxx::internal::gate
 
 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 
 pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.
 

Functions

template<>
std::string_view pqxx::transaction_base::query_value< std::string_view > (zview query, std::string_view desc)=delete
 Forbidden specialisation: underlying buffer immediately goes out of scope. More...
 

Variables

template<pqxx::isolation_level isolation, pqxx::write_policy rw>
const zview pqxx::internal::begin_cmd
 The SQL command for starting a given type of transaction. More...