Sleepycat::XmlUpdateContext.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

XmlUpdateContext - A Perl interface to the DbXml XmlUpdateContext Class

SYNOPSIS

     use Sleepycat::DbXml;
 
     my $mgr = new XmlManager();
     my $context = $mgr->createUpdateContext();
 
     $context->setApplyChangesToContainers($applyChanges);
     my $bool = $context->getApplyChangesToContainers();
 
 

DESCRIPTION

CONFORMANCE to C++ API

The Perl interface to XMlQueryContext is identical to the C++ API.

Constructor

An XmlQueryContext object is created by a call to XmlManager::createUpdateContext.

Methods


$context->setApplyChangesToContainers($applyChanges);


$context->setApplyChangesToContainers($applyChanges);


my $bool = $context->getApplyChangesToContainers();


my $bool = $context->getApplyChangesToContainers();

NOTES

EXAMPLES

SEE ALSO

AUTHOR

Paul Marquess