Connection.rollbackTransaction

Rollbacks the given transaction. This means that all changes made to the underlying data source since the last call to gda_connection_begin_transaction or gda_connection_commit_transaction will be discarded.

class Connection
int
rollbackTransaction

Parameters

xaction Transaction

a GdaTransaction object.

Return Value

Type: int

TRUE if the operation was successful, FALSE otherwise.

Meta