Sleepycat::Dbc.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Dbc - A Perl interface to the Berkeley DB Dbc Class

SYNOPSIS

     use Sleepycat::Db;
 
     my $cursor = $db->cursor([$txnid,] [$flags])
 
     $cursor->close;
     $cursor->del([$flags]);
     $cursor->get($key, $data [, $flags]);
     $cursor->pget($key, $pkey, $data [, $flags]);
     $cursor->put($key, $data [, $flags]);
 
 

DESCRIPTION

CONFORMANCE to C++ API

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

Constructor

Methods

NOTES

EXAMPLES

SEE ALSO

AUTHOR

Paul Marquess