rollback
function has 2 variants:
Description
Sends rollback
command to the database through default
connection.
Declaration
Parameters
Return Value
Example
Description
Sends rollback
command to the database through connection whose name is passed as argument connectionName
.
Declaration
void rollback(char connectionName);
Parameters
Return Value
Example