IPGconn.sendQueryParams

Prototype: PQsendQueryParams Note: This is simplified version of the command that handles only string params. Warning: libpq doesn't support multiple SQL commands in the function. See the sendQueryParamsExt as an extended version of the function.

interface IPGconn
synchronized
void
sendQueryParams
(
string command
,
string[] paramValues
)

Throws

PGQueryException

Meta