The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:DBIx::SearchBuilder"

DBIx::SearchBuilder - Encapsulate SQL queries and rows in simple perl objects River stage one • 3 direct dependents • 3 total dependents

This module provides an object-oriented mechanism for retrieving and updating data in a DBI-accesible database. In order to use this module, you should create a subclass of "DBIx::SearchBuilder" and a subclass of "DBIx::SearchBuilder::Record" for eac...

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Util - Utility and convenience functions for DBIx::SearchBuilder River stage one • 3 direct dependents • 3 total dependents

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Union - Deal with multiple SearchBuilder result sets as one River stage one • 3 direct dependents • 3 total dependents

Implements a subset of the DBIx::SearchBuilder collection methods, but enough to do iteration over a bunch of results. Useful for displaying the results of two unrelated searches (for the same kind of objects) in a single list....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Unique - Ensure uniqueness of records in a collection River stage one • 3 direct dependents • 3 total dependents

Currently, DBIx::SearchBuilder makes exceptions for databases which cannot handle both "SELECT DISTINCT" and ordering in the same statement; it drops the "DISTINCT" requirement. This, of course, means that you can get the same row twice, which you mi...

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Handle - Perl extension which is a generic DBI handle River stage one • 3 direct dependents • 3 total dependents

This class provides a wrapper for DBI handles that can also perform a number of additional functions....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Record - Superclass for records loaded by SearchBuilder River stage one • 3 direct dependents • 3 total dependents

DBIx::SearchBuilder::Record is designed to work with DBIx::SearchBuilder. What is it trying to do. DBIx::SearchBuilder::Record abstracts the agony of writing the common and generally simple SQL statements needed to serialize and De-serialize an objec...

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Handle::Pg - A Postgres specific Handle object River stage one • 3 direct dependents • 3 total dependents

This module provides a subclass of DBIx::SearchBuilder::Handle that compensates for some of the idiosyncrasies of Postgres....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Handle::ODBC - An ODBC specific Handle object River stage one • 3 direct dependents • 3 total dependents

This module provides a subclass of DBIx::SearchBuilder::Handle that compensates for some of the idiosyncrasies of ODBC....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Handle::mysql - A mysql specific Handle object River stage one • 3 direct dependents • 3 total dependents

This module provides a subclass of DBIx::SearchBuilder::Handle that compensates for some of the idiosyncrasies of MySQL....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Handle::SQLite - A SQLite specific Handle object River stage one • 3 direct dependents • 3 total dependents

This module provides a subclass of DBIx::SearchBuilder::Handle that compensates for some of the idiosyncrasies of SQLite....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Handle::Sybase - a Sybase specific Handle object River stage one • 3 direct dependents • 3 total dependents

This module provides a subclass of DBIx::SearchBuilder::Handle that compensates for some of the idiosyncrasies of Sybase....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Handle::Oracle - An oracle specific Handle object River stage one • 3 direct dependents • 3 total dependents

This module provides a subclass of DBIx::SearchBuilder::Handle that compensates for some of the idiosyncrasies of Oracle....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Handle::mysqlPP - A mysql specific Handle object River stage one • 3 direct dependents • 3 total dependents

A Handle subclass for the "pure perl" mysql database driver. This is currently identical to the DBIx::SearchBuilder::Handle::mysql class....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::SchemaGenerator - Generate table schemas from DBIx::SearchBuilder records River stage one • 3 direct dependents • 3 total dependents

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Handle::MariaDB - A MariaDB specific Handle object River stage one • 3 direct dependents • 3 total dependents

This module provides a subclass of DBIx::SearchBuilder::Handle that compensates for some of the idiosyncrasies of MySQL....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Handle::Informix - An Informix specific Handle object River stage one • 3 direct dependents • 3 total dependents

This module provides a subclass of DBIx::SearchBuilder::Handle that compensates for some of the idiosyncrasies of Informix....

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::SearchBuilder::Record::Cachable - Records with caching behavior River stage one • 3 direct dependents • 3 total dependents

This module subclasses the main DBIx::SearchBuilder::Record package to add a caching layer. The public interface remains the same, except that records which have been loaded in the last few seconds may be reused by subsequent fetch or load methods wi...

BPS/DBIx-SearchBuilder-1.81 - 18 Jan 2024 21:15:25 UTC

DBIx::DBO - An OO interface to SQL queries and results. Easily constructs SQL queries, and simplifies processing of the returned data. River stage zero No dependents

This module provides a convenient and efficient way to access a database. It can construct queries for you and returns the results in easy to use methods. Once you've created a "DBIx::DBO" object using one or both of "connect" or "connect_readonly", ...

VLYON/DBIx-DBO-0.40 - 14 Jan 2014 16:36:22 UTC

DBIx::DBObj River stage zero No dependents

MHAT/DBIx-DBObj-1.00 - 10 Dec 2003 21:33:12 UTC

DBIx::SQLEngine::Driver::Informix - Support DBD::Informix and DBD::ODBC/Informix River stage one • 1 direct dependent • 1 total dependent

This package provides a subclass of DBIx::SQLEngine which compensates for Informix's idiosyncrasies. About Driver Subclasses You do not need to use this package directly; when you connect to a database, the SQLEngine object is automatically re-blesse...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC
20 results (0.037 seconds)