rollback_transaction


Description:

public bool rollback_transaction (string? name) throws Error

Rollbacks the given transaction.

This means that all changes made to the underlying data source since the last call to begin_transaction() or commit_transaction() will be discarded.

Parameters:

this

a Connection object.

name

the name of the transation to commit, or null

Returns:

true if the operation was successful, false otherwise.