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