vibe-d-postgresql ~master (2022-03-26T19:35:02.9497388)
Dub
Repo
PostgresClient.this
vibe
db
postgresql
PostgresClient
afterStartConnectOrReset is called after connection established
this
(string connString, uint connNum, void delegate(Connection) afterStartConnectOrReset)
class
PostgresClient
this
(
string
connString
,
uint
connNum
,
void
delegate
(
Connection
)
afterStartConnectOrReset
= null
)
this
(Connection delegate(in ClientSettings) @(safe) connFactory, 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
afterStartConnectOrReset is called after connection established