NAME
Acrux::DBI::Tx - Transaction
SYNOPSIS
use Acrux::DBI::Tx;
my $tx = Acrux::DBI::Tx->new( dbi => $dbi );
# . . .
$tx->commit;
DESCRIPTION
This is a scope guard for Acrux::DBI transactions
ATTRIBUTES
This class implements the following attributes
dbi
dbi => $dbi
The object this transaction belongs to. Note that this attribute is weakened
METHODS
This class implements the following methods
commit
$tx->commit;
Commit transaction.
new
my $tx = Acrux::DBI::Tx->new( dbi => $dbi );
my $tx = Acrux::DBI::Tx->new( { dbi => $dbi } );
Construct a new transaction object
HISTORY
See Changes file
TO DO
See TODO file
SEE ALSO
AUTHOR
Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2026 D&D Corporation
LICENSE
This program is distributed under the terms of the Artistic License Version 2.0
See the LICENSE file or https://opensource.org/license/artistic-2-0 for details