Tao::DBI::st

Tao::DBI::st is a Perl module for DBI statements with portable support for named placeholders.
Download

Tao::DBI::st Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Adriano R. Ferreira
  • Publisher web site:
  • http://search.cpan.org/~ferreira/Acme-Note-0.5/lib/Acme/Note.pm

Tao::DBI::st Tags


Tao::DBI::st Description

Tao::DBI::st is a Perl module for DBI statements with portable support for named placeholders. Tao::DBI::st is a Perl module for DBI statements with portable support for named placeholders.SYNOPSIS use Tao::DBI qw(dbi_connect dbi_prepare); $dbh = dbi_connect($args); $sql = q{UPDATE T set a = :a, b = :b where k = :k}; $stmt = $dbh->prepare($sql); $rc = $stmt->execute({ k => $k, a => $a, b => $b }); # dbi_prepare() can also be used to create Tao::DBI::st $stmt = dbi_prepare($sql, { dbh => $dbh });Requirements:· Perl


Tao::DBI::st Related Software