A component for managing transactions in an application.
For a list of all members of this type, see TPgTransaction members.
PgTransaction
TPgTransaction = class(TDATransaction);
The TPgTransaction component is used to provide discrete transaction control over connection. This component is used internally by PgDAC. For user, it is recommended to use methods of TPgConnection instead (such as StartTransaction, Commit, Rollback) for transaction contol.
TDATransaction
TPgTransaction