Main > Programming > Libraries >

SQL::Abstract::Limit 0.12

SQL::Abstract::Limit 0.12

Sponsored Links

SQL::Abstract::Limit 0.12 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.014 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 932
Date added: 2007-04-05
Publisher: David Baird

SQL::Abstract::Limit 0.12 description

SQL::Abstract::Limit is a portable LIMIT emulation.

SYNOPSIS

use SQL::Abstract::Limit;

my $sql = SQL::Abstract::Limit->new( limit_dialect => LimitOffset );;

# or autodetect from a DBI $dbh:
my $sql = SQL::Abstract::Limit->new( limit_dialect => $dbh );

# or from a Class::DBI class:
my $sql = SQL::Abstract::Limit->new( limit_dialect => My::CDBI::App );

# or object:
my $obj = My::CDBI::App->retrieve( $id );
my $sql = SQL::Abstract::Limit->new( limit_dialect => $obj );

# generate SQL:
my ( $stmt, @bind ) = $sql->select( $table, @fields, %where, @order, $limit, $offset );

# Then, use these in your DBI statements
my $sth = $dbh->prepare( $stmt );
$sth->execute( @bind );

# Just generate the WHERE clause (only available for some syntaxes)
my ( $stmt, @bind ) = $sql->where( %where, @order, $limit, $offset );

SQL::Abstract::Limit 0.12 Screenshot

Advertisements

SQL::Abstract::Limit 0.12 Keywords

Bookmark SQL::Abstract::Limit 0.12

Hyperlink code:
Link for forum:

SQL::Abstract::Limit 0.12 Copyright

WareSeeker periodically updates pricing and software information of SQL::Abstract::Limit 0.12 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of SQL::Abstract::Limit 0.12 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. Free Download
SQL Admin is a Java client application to connect and send queries to different databases through JDBC. Free Download
SQL::Schema is a Perl module to convert a data dictionary into SQL statements. Free Download
SQL::Statement::Embed can embed a SQL engine in a DBD or module. Free Download
SQL::Tidy is a Perl module to tidy up SQL statements. Free Download
SQL::Generator is a Perl module to generate SQL-statements with oo-perl. Free Download
kachelmann allows a user to draw simple diagrams, especially genograms, easily from icons. Free Download
DBD::SQLite is a Self Contained RDBMS in a DBI Driver. Free Download