DBIx-Recordset
view release on metacpan or search on metacpan
Database.pm view on Meta::CPAN
## do an non select statement
##
## $statement = statement to do
## \%attr = attribs (optional)
## @bind_valus= values to bind (optional)
## or
## \@bind_valus= values to bind (optional)
## \@bind_types = data types of bind_values
##
sub do($$;$$$)
{
my($self, $statement, $attribs, @params) = @_;
$self -> {'*LastSQLStatement'} = $statement ;
my $ret ;
my $bval ;
my $btype ;
my $dbh ;
( run in 2.884 seconds using v1.01-cache-2.11-cpan-5c0b1e786e0 )