Data-Direct
view release on metacpan or search on metacpan
return unless ($self->{' zap'}->[$where]);
$self->{' zap'}->[$where] = undef;
$self->{' dels'}--;
}
sub isdeleted {
my $self = shift;
$self->{' zap'}->[$self->cursor];
}
sub update {
my $self = shift;
my $fields = $self->{' fields'};
my @ary;
my $bind = $self->{' binding'};
####
## Retrieve bound variables
foreach (keys %$bind) {
$self->{$_} = ${$bind->{$_}};
}
( run in 0.507 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )