NAME
Senna::Symbol - Wrapper Around sen_sym
SYNOPSIS
my
$sym
= Senna::Symbol->create(
path
=>
$path
,
key_size
=>
$key_size
,
flags
=>
$flags
,
encoding
=>
$encoding
);
$sym
= Senna::Symbol->
open
(
path
=>
$path
);
$sym
->at(
key
=>
$key
);
$sym
->get(
key
=>
$key
);
$sym
->del(
key
=>
$key
);
$sym
->size();
METHODS
create
at
close =head2 common_prefix_search =head2 del =head2 get =head2 key =head2 next =head2 open =head2 pocket_get =head2 pocket_set =head2 prefix_search =head2 size =head2 suffix_search
AUTHOR
Copyright (C) 2005 - 2006 by Daisuke Maki <dmaki@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
Development funded by Brazil Ltd. <http://dev.razil.jp/project/senna/>