rollback_savepoint


Description:

public bool rollback_savepoint (string? name) throws Error

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