Connection.rollbackSavepoint

bool rollbackSavepoint(string name = null)

Rollback all the modifications made after the SAVEPOINT named name.

Parameters

namename of the savepoint to rollback to

Returns

TRUE if no error occurred

Throws

[ConnectionException]