rollback function has 2 variants:
rollback
Sends rollback command to the database through default connection.
default
void rollback();
Sends rollback command to the database through connection whose name is passed as argument connectionName.
connectionName
void rollback(char connectionName);
char connectionName -
char connectionName
Last updated 5 years ago
Was this helpful?