libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Modules
Here is a list of all modules:
oConnection classesThe connection classes are where the use of a database begins
oErrorhandler
oException classesThese exception classes follow, roughly, the two-level hierarchy defined by the PostgreSQL error codes (see Appendix A of the PostgreSQL documentation corresponding to your server version)
oNotifications and Receivers"Observer" base class for notifications
oPerformance featuresIf your program's database interaction is not as efficient as it needs to be, the first place to look is usually the SQL you're executing
oPrepared statementsPrepared statements are SQL queries that you define once and then invoke as many times as you like, typically with varying parameters
oString conversionFor purposes of communication with the server, values need to be converted from and to a human-readable string format that (unlike the various functions and templates in the C and C++ standard libraries) is not sensitive to locale settings and internationalization
oString escapingBinary data corresponding to PostgreSQL's "BYTEA" binary-string type
oTransaction classesAbstract base class responsible for bracketing a backend transaction
oTransactor frameworkWrapper for transactions that automatically restarts them on failure
\Utility functions