KiokuDB::LiveObjects::TXNScope(3pm) | User Contributed Perl Documentation | KiokuDB::LiveObjects::TXNScope(3pm) |
KiokuDB::LiveObjects::TXNScope - Transaction scope.
version 0.57
$txn_scope = $live_objects->new_txn; $txn_scope->update_entries(@updated); $txn_scope->rollback;
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.
Yuval Kogman <nothingmuch@woobling.org>
This software is copyright (c) 2014 by Yuval Kogman, Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2014-03-25 | perl v5.18.2 |