vibe-d-postgresql ~master (2022-03-26T19:35:02.9497388)
Dub
Repo
PostgresClient.this
vibe
db
postgresql
PostgresClient
Useful for external Connection implementation
this
(string connString, uint connNum, void delegate(Connection) afterStartConnectOrReset)
this
(Connection delegate(in ClientSettings) @(safe) connFactory, ClientSettings cs, uint connNum)
class
PostgresClient
this
(
Connection
delegate
(
in
ClientSettings
)
@
safe
connFactory
,
immutable
ClientSettings
cs
,
uint
connNum
)
this
(Connection delegate() const pure @(safe) connFactory, uint connNum)
Meta
Source
See Implementation
vibe
db
postgresql
PostgresClient
constructors
this
functions
lockConnection
pickConnection
Useful for external Connection implementation