CIsam
view release on metacpan or search on metacpan
IsamObjects.pm view on Meta::CPAN
my $this = shift;
my $path = shift;
if ($this->{_HIDDEN_OPTIONS}->{ISAM_PATH} ne $path)
{
$this->{_HIDDEN_OPTIONS}->{PENDING_PATH} = $path
}
#$this->{ISAM_OBJ}->isstart($this->INDEXMAP->{$path}, 0, $this->{BUFFER}, $mode);
}
#this function updates the record that already exists
sub update
{
my $this = shift;
$this->_stuff_buffer();
$this->{ISAM_OBJ}->isrewrite($this->{BUFFER});
}
#this function deletes the current record
sub delete
{
my $this = shift;
( run in 0.216 second using v1.01-cache-2.11-cpan-95122f20152 )