Class::DBI::Query 3.0.15 review

Download
by rbytes.net on

Class::DBI::Query is a Perl module with deprecated SQL manager for Class::DBI. SYNOPSIS my $sth = Class::DBI::Query

License: Perl Artistic License
File size: 102K
Developer: Michael G Schwern
0 stars award from rbytes.net

Class::DBI::Query is a Perl module with deprecated SQL manager for Class::DBI.

SYNOPSIS

my $sth = Class::DBI::Query
->new({
owner => $class,
sqlname => $type,
essential => @columns,
where_columns => @where_cols,
})
->run($val);

This abstracts away many of the details of the Class::DBI underlying SQL mechanism. For the most part you probably don't want to be interfacing directly with this.

The underlying mechanisms are not yet stable, and are subject to change at any time.

Requirements:
Perl

Class::DBI::Query 3.0.15 keywords