dpq2 v0.6.3 (2016-03-15T16:11:36Z)
Home
Dub
Repo
Cancellation
dpq2
connection
Doing canceling queries in progress
@
trusted
class
Cancellation {
this
(Connection c);
~this
();
void
doCancel
();
}
Constructors
this
this
(Connection c)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
doCancel
void
doCancel
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dpq2
connection
classes
Cancellation
CancellationException
Connection
ConnectionException
functions
_integration_test
connStringCheck
structs
ConnectionStart
Doing canceling queries in progress