PQConnection.disconnect

Closes connection to the SQL server instantly.

Also should interrupt connections in progress.

Calls callback when closed.

class PQConnection
void
disconnect
nothrow
(
)
in { assert (conn !is null, "Connection start wasn't established!"); }

Meta