kiokudb::liveobjects::txnscope(3pm) debian man page | unix.com

Man Page: kiokudb::liveobjects::txnscope

Operating Environment: debian

Section: 3pm

KiokuDB::LiveObjects::TXNScope(3pm)			User Contributed Perl Documentation		       KiokuDB::LiveObjects::TXNScope(3pm)

NAME
KiokuDB::LiveObjects::TXNScope - Transaction scope.
SYNOPSIS
$txn_scope = $live_objects->new_txn; $txn_scope->update_entries(@updated); $txn_scope->rollback;
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.
ATTRIBUTES
entries An ordered log of updated entries.
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. perl v5.12.4 2010-10-11 KiokuDB::LiveObjects::TXNScope(3pm)
Related Man Pages
dbix::class::kiokudb(3pm) - debian
kiokudb::backend::role::txn::memory(3pm) - debian
kiokudb::collapser(3pm) - debian
kiokudb::typemap(3pm) - debian
kiokudb::typemap::entry::compiled(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...