Dpq2Connection

dpq2.Connection adopted for using with Vibe.d

Constructors

this
this(string connString)
Undocumented in source.

Members

Functions

execStatement
immutable(Answer) execStatement(string sqlCommand, ValueFormat resultFormat)
Undocumented in source. Be warned that the author may not have intended to support it.
execStatement
immutable(Answer) execStatement(QueryParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()

Blocks while connection will be established or exception thrown

Variables

socketTimeout
Duration socketTimeout;
statementTimeout
Duration statementTimeout;

Meta