Wiki::Toolkit::Store::SQLite.3pm

Langue: en

Autres versions - même langue

Version: 2008-07-13 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Wiki::Toolkit::Store::SQLite - SQLite storage backend for Wiki::Toolkit

SYNOPSIS

See Wiki::Toolkit::Store::Database

METHODS

new
   my $store = Wiki::Toolkit::Store::SQLite->new( dbname => "wiki" );
 
 

The dbname parameter is mandatory.

check_and_write_node
   $store->check_and_write_node( node     => $node,
                 checksum => $checksum,
                                 %other_args );
 
 

Locks the node, verifies the checksum, calls "write_node_post_locking" with all supplied arguments, unlocks the node. Returns 1 on successful writing, 0 if checksum doesn't match, croaks on error.