|
libpqxx
The C++ client library for PostgreSQL
|
#include "pqxx/util.hxx"Go to the source code of this file.
Namespaces | |
| namespace | pqxx |
| The home of all libpqxx classes, functions, templates, etc. | |
Enumerations | |
| enum class | pqxx::write_policy { pqxx::read_only , pqxx::read_write } |
| Should a transaction be read-only, or read-write? More... | |
| enum | pqxx::isolation_level { pqxx::read_committed , pqxx::repeatable_read , pqxx::serializable } |
| Transaction isolation levels. More... | |