libpqxx  3.1.1
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
oCstd::back_insert_iterator< pqxx::tablewriter >Specialized back_insert_iterator for tablewriter
oCpqxx::basic_fieldstream< CHAR, TRAITS >Input stream that gets its data from a result field
oCpqxx::basic_ilostream< CHAR, TRAITS >Input stream that gets its data from a large object
oCpqxx::basic_lostream< CHAR, TRAITS >Stream that reads and writes a large object
oCpqxx::basic_olostream< CHAR, TRAITS >Output stream that writes data back to a large object
oCstd::char_traits< CHAR >Work around missing std::char_traits
oCstd::char_traits< char >Work around missing std::char_traits<char>
oCstd::char_traits< unsigned char >Work around missing std::char_traits<unsigned char>
oCpqxx::connection_baseConnection_base abstract base class; represents a connection to a database
|\Cpqxx::basic_connection< CONNECTPOLICY >The ultimate template that defines a connection type
oCpqxx::connectionpolicy
|oCpqxx::connect_asyncAsynchronous connection policy; connects "in the background"
|oCpqxx::connect_directConnection policy; creates an immediate connection to a database
|oCpqxx::connect_lazyLazy connection policy; causes connection to be deferred until first use
|\Cpqxx::connect_nullNonfunctional, always-down connection policy for testing/debugging purposes
oCpqxx::cursor_baseCommon definitions for cursor types
|\Cpqxx::internal::sql_cursorCursor with SQL positioning semantics
oCpqxx::prepare::declarationHelper class for declaring parameters to prepared statements
oCpqxx::internal::deref_ptr< T >
oCpqxx::internal::dereference< ITER >Functor: dereference iterator
oCpqxx::internal::Escaper< IT >
oCpqxx::result::fieldReference to a field in a result set
|\Cpqxx::result::const_fielditerator
| \Cpqxx::result::const_reverse_fielditerator
oCpqxx::field_streambuf< CHAR, TRAITS >
oCpqxx::prepare::internal::get_sqltypeUtility functor: get prepared-statement parameter's SQL type string
oCpqxx::icursor_iteratorApproximate istream_iterator for icursorstream
oCpqxx::icursorstreamSimple read-only cursor represented as a stream of results
oCpqxx::prepare::invocationHelper class for passing parameters to, and executing, prepared statements
oCpqxx::isolation_traits< LEVEL >Traits class to describe an isolation level; primarly for libpqxx's own use
oCpqxx::items< T, CONT >Container of items with easy contents initialization and string rendering
oCpqxx::largeobjectIdentity of a large object
|\Cpqxx::largeobjectaccessAccessor for large object's contents
oCpqxx::largeobject_streambuf< CHAR, TRAITS >Streambuf to use large objects in standard I/O streams
oCpqxx::internal::namedclass
|oCpqxx::internal::transactionfocus
||oCpqxx::pipelineProcesses several queries in FIFO manner, optimized for high throughput
||oCpqxx::subtransaction"Transaction" nested within another transaction
||\Cpqxx::tablestreamBase class for streaming data to/from database tables
|\Cpqxx::transaction_base
| oCpqxx::dbtransaction
| \Cpqxx::nontransaction
oCpqxx::noticerBase class for user-definable error/warning message processor
|\Cpqxx::nonnoticerNo-op message noticer; produces no output
oCpqxx::notify_listener
oCstd::numeric_limits< T >Work around lacking "limits" header
oCpqxx::prepare::internal::prepared_def::paramParameter definition
oCpqxx::internal::parameterized_invocation
oCpqxx::internal::PQAlloc< T, DELETER >Reference-counted smart pointer to libpq-allocated object
oCpqxx::internal::PQAlloc< const internal::result_data, internal::freemem_result_data >
|\Cpqxx::resultQuery or command result set
oCpqxx::internal::PQAlloc< const unsigned char >
|\Cpqxx::binarystring
oCpqxx::pqxx_exceptionMixin base class to identify libpqxx-specific exception types
|oCpqxx::argument_errorInvalid argument passed to libpqxx, similar to std::invalid_argument
|oCpqxx::conversion_error
|oCpqxx::failureRun-time failure encountered by libpqxx, similar to std::runtime_error
||oCpqxx::broken_connectionException class for lost or failed backend connection
||oCpqxx::in_doubt_error"Help, I don't know whether transaction was committed successfully!"
||\Cpqxx::sql_errorException class for failed queries
|oCpqxx::internal_errorInternal error in libpqxx library
|oCpqxx::range_errorSomething is out of range, similar to std::out_of_range
|\Cpqxx::usage_errorError in usage of libpqxx library, similar to std::logic_error
oCpqxx::prepare::internal::prepared_defInternal representation of a prepared statement definition
oCpqxx::internal::reactivation_avoidance_counter
oCpqxx::internal::reactivation_avoidance_exemptionScoped exemption to reactivation avoidance
oCpqxx::internal::refcount
oCpqxx::internal::result_dataInformation shared between all copies of a result set
oCpqxx::internal::scoped_array< T >
oCpqxx::scoped_noticerTemporarily set different noticer for connection, then restore old one
|\Cpqxx::disable_noticerTemporarily disable the notice processor
oCpqxx::stateless_cursor< up, op >"Stateless cursor" class: easy API for retrieving parts of result sets
oCpqxx::string_traits< T >Traits class for use in string conversions
oCpqxx::string_traits< char * >String traits for non-const C-style string ("pointer to char")
oCpqxx::string_traits< char[N]>String traits for C-style string constant ("array of char")
oCpqxx::string_traits< const char * >String traits for C-style string ("pointer to const char")
oCpqxx::string_traits< const std::string >
oCpqxx::string_traits< std::string >
oCpqxx::string_traits< std::stringstream >
oCpqxx::thread_safety_modelDescriptor of library's thread-safety model
oCpqxx::transactor< TRANSACTION >
oCpqxx::result::tupleReference to one row in a result
|\Cpqxx::result::const_iteratorIterator for rows (tuples) in a query result set
| \Cpqxx::result::const_reverse_iterator
\Cpqxx::internal::unique< GUEST >Ensure proper opening/closing of GUEST objects related to a "host" object