Function Queries.sendPrepare
Sends a request to create a prepared statement with the given parameters, without waiting for completion.
void sendPrepare
(
string statementName,
string sqlStatement,
in Oid[] oids = null
);