mysql-native v1.2.0

API Reference Home: [This Version] [Latest Version] [Other Versions]


Function Connection.enableMultiStatements

Enable multiple statement commands

void enableMultiStatements (
  bool on
);

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

Parameters

NameDescription
on Boolean value to turn the capability on or off.