13#ifndef PQXX_H_NONTRANSACTION
14#define PQXX_H_NONTRANSACTION
16#if !defined(PQXX_HEADER_PRE)
17# error "Include libpqxx headers as <pqxx/header>, not <pqxx/header.hxx>."
20#include "pqxx/connection.hxx"
21#include "pqxx/result.hxx"
22#include "pqxx/transaction.hxx"
26using namespace std::literals;
69 nontransaction(connection &cx, std::string_view tname =
""sv) :
70 transaction_base{cx, tname, std::shared_ptr<std::string>{}}
72 register_transaction();
The home of all libpqxx classes, functions, templates, etc.
Definition array.cxx:27
constexpr char array_separator
Element separator between SQL array elements of this type.
Definition strconv.hxx:559