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