CPGconn.sendQueryParams

Prototype: PQsendQueryParams Note: This is simplified version of the command that handles only string params.

class CPGconn
void
sendQueryParams
(
string command
,
string[] paramValues
)
in { assert (conn !is null, "PGconn was finished!"); assert (PQsendQueryParams !is null, "DerelictPQ isn't loaded!"); }

Throws

PGQueryException

Meta