enableMultiStatements

Enable multiple statement commands.

This can be used later if this feature was not requested in the client capability flags.

Warning: This functionality is currently untested.

package @safe
void
enableMultiStatements
(
Connection conn
,
bool on
)

Parameters

conn Connection

The connection.

on bool

Boolean value to turn the capability on or off.

Meta