Sleepycat::Dbt.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Dbt - A Perl interface to the Berkeley DB Dbt Class

SYNOPSIS

     use Sleepycat::Db;
 
     my $v = new Dbt()
     my $v = new Dbt($string)
     my $v = new Dbt($string, $size)
 
     $v->get_data();
     $v->set_data($string);
 
 

DESCRIPTION

CONFORMANCE to C++ API

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

Constructor

Methods

NOTES

EXAMPLES

SEE ALSO

AUTHOR

Paul Marquess