PostgresClient.this

Useful for external Connection implementation

  1. this(string connString, uint connNum, void delegate(Connection) afterStartConnectOrReset)
  2. this(Connection delegate(in ClientSettings) @(safe) connFactory, ClientSettings cs, uint connNum)
    class PostgresClient
    this
    (,
    immutable ClientSettings cs
    ,
    uint connNum
    )
  3. this(Connection delegate() const pure @(safe) connFactory, uint connNum)

Meta