Function Dpq2Connection.execStatement
immutable(Answer) execStatement
(
string sqlCommand,
ValueFormat resultFormat = ValueFormat .BINARY
);
immutable(Answer) execStatement
(
scope ref const(QueryParams) params
);