HDB
view release on metacpan or search on metacpan
lib/HDB/CMDS.pm view on Meta::CPAN
$this->ON_INSERT(\@cols,\@up) if $this->can('ON_INSERT') ;
return 1 ;
}
##########
# UPDATE #
##########
sub update {
my $this = shift ;
my ($table , $where , %up) = @_ ;
$table = _format_table_name($table) ;
if ($#_ == 2) { %up = HDB::CORE::parse_ref($_[2]) ;}
if (! $table) { $this->Error('Invalid table!') ;}
if (! %up) { $this->Error('Nothing to update!') ;}
( run in 0.479 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )