DBIx-Composer

 view release on metacpan or  search on metacpan

lib/DBIx/Composer.pm  view on Meta::CPAN

  unless ($self->{_config}->{dbh}->do($self->{cmd})) {
    warn $self->{_config}->{dbh}->errstr;
    return 0;
  }

  return  1;

}

#============================================================
sub update {
#============================================================

=head2 update

 Usage     : $cmd->update()
 Purpose   : Makes DBI call of update
 Returns   : 1 if OK, false otherwise.
 Argument  : None.
 Throws    : Returns undef, if required fields are missed.
 Comments  : 



( run in 0.272 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )