pg_async
|
Go to the source code of this file.
Classes | |
class | tip::db::pg::error::db_error |
Base class for exceptions generated by the library. More... | |
class | tip::db::pg::error::connection_error |
Connection with the database server failure. Includes network and authentication failures. More... | |
class | tip::db::pg::error::query_error |
An error generated by the PostgreSQL server when executing a query. More... | |
class | tip::db::pg::error::client_error |
An exception was caught in a callback. More... | |
class | tip::db::pg::error::value_is_null |
An attempt to extract a value from a null field was made. More... | |
Namespaces | |
tip | |
tip::db | |
tip::db::pg | |
tip::db::pg::error | |