Sleepycat::DbEnv.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

DbEnv - A Perl interface to the Berkeley DB DbEnv Class

SYNOPSIS

     use Sleepycat::Db;
 
     my $env = new DbEnv([$flags]);
 
     $env->close([$flags]);
     $env->open($home, $flags, $mode);
 
 

DESCRIPTION

CONFORMANCE to C++ API

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

Constructor

Methods

NOTES

EXAMPLES

SEE ALSO

AUTHOR

Paul Marquess