PgDAC

TPgConnection.RollbackToSavepoint Method

Cancels all updates for the current transaction.

Class

TPgConnection

Syntax

procedure RollbackToSavepoint(const Name: string);

Parameters
Name
Holds the name identifying the last defined savepoint.

Remarks

Call the RollbackToSavepoint method to cancel all updates for the current transaction and restore its state up to the moment of the last defined savepoint.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback