Sleepycat::DbTxn.3pm

Langue: en

Version: 2008-10-21 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DbTxn - A Perl interface to the Berkeley DB DbTxn Class

SYNOPSIS

     use Sleepycat::Db;
 
     my $txn = $env->txn_begin([$parent] [, $flags]);
 
     $txn->abort;
     $txn->commit([$flags]);
     $txn->discard([$flags]);
     $int = $txn->id;
 
 

DESCRIPTION

CONFORMANCE to C++ API

The Perl interface to DbTxn is identical to the C++ API, apart from the following
1.

Constructor

Methods

NOTES

EXAMPLES

SEE ALSO

AUTHOR

Paul Marquess