IPGconn.sendQueryParamsExt

Like sendQueryParams but uses libpq escaping functions and sendQuery.

The main advantage of the function is ability to handle multiple SQL commands in one query.

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

Throws

PGQueryException

Meta