PGSTD::back_insert_iterator< pqxx::TableWriter > | |
pqxx::basic_ilostream< CHAR, TRAITS > | Input stream that gets its data from a large object |
pqxx::basic_lostream< CHAR, TRAITS > | Stream that reads and writes a large object |
pqxx::basic_olostream< CHAR, TRAITS > | Output stream that writes data back to a large object |
pqxx::BinaryString | Reveals "unescaped" version of PostgreSQL bytea string |
broken_connection | Exception class for lost backend connection |
pqxx::CachedResult | |
pqxx::CachedResult::const_iterator | NOT IMPLEMENTED YET |
pqxx::Connection | Connection class; represents an immediate connection to a database |
pqxx::ConnectionItf | ConnectionItf abstract base class; represents a connection to a database |
pqxx::Cursor | SQL cursor class |
pqxx::Cursor::unknown_position | Exception thrown when cursor position is requested, but is unknown |
in_doubt_error | "Help, I don't know whether transaction was committed successfully!" |
pqxx::LargeObject | Identity of a large object |
pqxx::largeobject_streambuf< CHAR, TRAITS > | Streambuf to use large objects in standard I/O streams |
pqxx::LargeObjectAccess | Accessor for large object's contents |
pqxx::LazyConnection | Lazy connection class; represents a deferred connection to a database |
pqxx::NonTransaction | Simple "Transaction" class offering no transactional integrity |
pqxx::Noticer | Base class for user-definable error/warning message processor |
PGSTD::numeric_limits< T > | Deal with lacking "limits" header |
pqxx::PQAlloc< T > | Keep track of a libpq-allocated pointer to be free()d automatically |
pqxx::Result | Query or command result set |
pqxx::Result::const_iterator | Iterator for rows (tuples) in a query result set |
pqxx::Result::Field | Reference to a field in a result set |
pqxx::Result::Tuple | Reference to one row in a Result |
pqxx::RobustTransaction | Slower, better fortified version of Transaction |
sql_error | Exception class for failed queries |
pqxx::TableReader | Efficiently pull data directly out of a table |
pqxx::TableStream | Base class for streaming data to/from database tables |
pqxx::TableWriter | Efficiently write data directly to a database table |
pqxx::Transaction | Back-end transaction |
pqxx::TransactionItf | Interface definition (and common code) for "transaction" classes |
pqxx::Transactor | Wrapper for transactions that automatically restarts them on failure |
pqxx::Trigger | "Observer" base class for trigger notifications |
pqxx::Unique< GUEST > |