logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

KiokuDB::LiveObjects::TXNScope - Transaction scope.

Attributes

       entries
           An ordered log of updated entries.

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This is an auxiliary class used by transaction scoping to roll back entries updated during a transaction
       when it is aborted.

       This is used internally in "txn_do" in KiokuDB and should not need to be used directly.

Methods

       update_entries
           Called by "update_entries" in KiokuDB::LiveObjects. Adds entries to "entries".

       rollback
           Calls "KiokuDB::LiveObjects/rollback_entries" with all the recorded entries.

Name

       KiokuDB::LiveObjects::TXNScope - Transaction scope.

Synopsis

           $txn_scope = $live_objects->new_txn;

           $txn_scope->update_entries(@updated);

           $txn_scope->rollback;

Version

       version 0.57

See Also