dpq2.connection

Represents connection to the PostgreSQL server

Most functions is correspond to those in the documentation of Postgres:

Members

Classes

Cancellation
class Cancellation

Represents query cancellation process

CancellationException
class CancellationException
Connection
class Connection

Connection

ConnectionException
class ConnectionException

Connection exception

Functions

_integration_test
void _integration_test(string connParam)
Undocumented in source. Be warned that the author may not have intended to support it.
connStringCheck
void connStringCheck(string connString)

Check connection options in the provided connection string

Structs

ConnectionStart
struct ConnectionStart

dumb flag for Connection ctor parametrization

Meta