Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassTransaction = class(TObject)
![]() |
Constructor Create(Owner: TSqlitePassEngine); |
![]() |
Destructor Destroy; override; |
![]() |
Procedure Commit; |
![]() |
Procedure CommitAll; |
![]() |
Procedure CommitInternalTransaction; |
![]() |
Procedure ResetTransactions(CommitTransaction: Boolean); |
![]() |
Procedure Rollback; |
![]() |
Procedure RollbackAll; |
![]() |
Procedure RollbackInternalTransaction; |
![]() |
Procedure Start; |
![]() |
Procedure StartInternalTransaction; |
![]() |
property Level: Integer Read FLevel Write FLevel; |
![]() |
Constructor Create(Owner: TSqlitePassEngine); |
![]() |
Destructor Destroy; override; |
![]() |
Procedure Commit; |
Ends the transaction and write data to the database. |
![]() |
Procedure CommitAll; |
![]() |
Procedure CommitInternalTransaction; |
![]() |
Procedure ResetTransactions(CommitTransaction: Boolean); |
![]() |
Procedure Rollback; |
Ends the transaction and discards any change made to the database. |
![]() |
Procedure RollbackAll; |
![]() |
Procedure RollbackInternalTransaction; |
![]() |
Procedure Start; |
Starts a new transaction unless one is already started. |
![]() |
Procedure StartInternalTransaction; |
![]() |
property Level: Integer Read FLevel Write FLevel; |