pg_async
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Callback types

There are transaction-level callbacks and query-level callbacks.

Transaction Callbacks

Transaction callbacks are passed to tip::db::pg::db_service::begin function.

See Also
Errors and exceptions
Todo:
Commit callback

Query callbacks

Query callbacks are passed to the tip::db::pg::query::run_async function ( or it's shortcut variant - tip::db::pg::query::operator() ).

See Also
Errors and exceptions