Module dpq2.connection
Represents connection to the PostgreSQL server
Most functions is correspond to those in the documentation of Postgres: https://www.postgresql.org/docs/current/static/libpq.html
Functions
Name | Description |
---|---|
connStringCheck(connString)
|
Check connection options in the provided connection string |
Classes
Name | Description |
---|---|
Cancellation
|
Represents query cancellation process |
CancellationException
|
|
Connection
|
Connection |
ConnectionException
|
Connection exception |
Structs
Name | Description |
---|---|
ConnectionStart
|
dumb flag for Connection ctor parametrization |