DBIx::Interpolate

Interpolate Perl variables into SQL with DBI
Download

DBIx::Interpolate Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Stosberg
  • Publisher web site:
  • http://search.cpan.org/~mgraham/

DBIx::Interpolate Tags


DBIx::Interpolate Description

Interpolate Perl variables into SQL with DBI DBIx::Interpolate is a Perl module that's not being actively maintained, although there is a fork with further updates. See the "Fork" section in SQL::Interp docs for details: http://search.cpan.org/perldoc?SQL::Interp#Fork.SYNOPSIS use DBI; use DBIx::Interpolate qw(:all); my $dbx = DBIx::Interpolate->new($dbh); my $rv = $dbx->do_i('INSERT INTO table', \%item); my $rv = $dbx->do_i('UPDATE table SET', \%item, 'WHERE item_id ', \2); my $rv = $dbx->do_i('DELETE FROM table WHERE item_id = ', \2); my $LoH = $dbx->selectall_arrayref_i(' SELECT * FROM table WHERE x = ', \$s, 'AND y IN', \@v ,attr(Slice=>{})); Requirements: · Perl


DBIx::Interpolate Related Software