Function Connection.enableMultiStatements
Enable multiple statement commands.
void enableMultiStatements
(
bool on
) @safe;
This can be used later if this feature was not requested in the client capability flags.
Warning
This functionality is currently untested.
Parameters
Name | Description |
---|---|
on | Boolean value to turn the capability on or off. |