rollback_savepoint
Description:
Rollback all the modifications made after the SAVEPOINT named name
.
Parameters:
this |
a Connection object |
name |
name of the savepoint to rollback to |
Returns:
TRUE if no error occurred |