The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:DBIx-SQLEngine"

DBIx::SQLEngine - Extends DBI with High-Level Operations River stage one • 1 direct dependent • 1 total dependent

DBIx::SQLEngine is the latest generation of a toolkit used by the authors for several years to develop business data applications. Its goal is to simplify dynamic query execution and to minimize cross-RDMS portability issues. Layered Class Framework ...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Driver - DBI Wrapper with Driver Subclasses River stage one • 1 direct dependent • 1 total dependent

DBIx::SQLEngine::Driver objects are wrappers around DBI database handles which add methods that support ad-hoc SQL generation and query execution in a single call. Dynamic subclassing based on database server type enables cross-platform portability. ...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Criteria - Struct for database criteria info River stage one • 1 direct dependent • 1 total dependent

DBIx::SQLEngine::Criteria objects hold information about particular query criteria....

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Docs::ToDo - Tasks, ideas, and bugs River stage one • 1 direct dependent • 1 total dependent

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Driver::Pg - Support DBD::Pg River stage one • 1 direct dependent • 1 total dependent

This package provides a subclass of DBIx::SQLEngine which compensates for Postgres'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

DBIx::SQLEngine::Driver::CSV - Support DBD::CSV driver River stage one • 1 direct dependent • 1 total dependent

This package provides a subclass of DBIx::SQLEngine which compensates for some of DBD::CSV's idiosyncrasies. Note that DBD::CSV does not support the normal full range of SQL DBMS functionality. Upgrade to the latest versions of DBI and SQL::Statement...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Criteria::Or - Criteria for Compound "Any" River stage one • 1 direct dependent • 1 total dependent

DBIx::SQLEngine::Criteria::Or objects are built around an array of other criteria, any of which may be satisified in order for the Or criterion to be met....

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Record::PKey - A reference to a specific record in a table River stage one • 1 direct dependent • 1 total dependent

This package is INCOMPLETE!...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Docs::ReadMe - About the DBIx::SQLEngine distribution River stage one • 1 direct dependent • 1 total dependent

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Record::Base - Base Class for Records River stage one • 1 direct dependent • 1 total dependent

DBIx::SQLEngine::Record::Base is a superclass for database records in tables accessible via DBIx::SQLEngine. By subclassing this package, you can easily create a class whose instances represent each of the rows in a SQL database table....

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Record::Cache - Avoid Repeated Selects River stage one • 1 direct dependent • 1 total dependent

This package provides a caching layer for DBIx::SQLEngine::Record objects. Don't use this module directly; instead, pass its name as a trait when you create a new record class. This package provides a multiply-composable collection of functionality f...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Driver::NullP - Extends SQLEngine for Simple Testing River stage one • 1 direct dependent • 1 total dependent

This package provides a subclass of DBIx::SQLEngine which works with the DBI's DBD::NullP to provide a simple testing capability. See the "t/null.t" test script for a usage example. Queries using the NullP driver and subclass keep track of the SQL st...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Driver::Mysql - Support DBD::mysql River stage one • 1 direct dependent • 1 total dependent

This package provides a subclass of DBIx::SQLEngine which compensates for MySQL'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-blessed i...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Record::Hooks - Flexible Pre/Post Hooks River stage one • 1 direct dependent • 1 total dependent

This package provides a callback layer for DBIx::SQLEngine::Record objects. Don't use this module directly; instead, pass its name as a trait when you create a new record class. This package provides a multiply-composable collection of functionality ...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Docs::Changes - Revision history for DBIx::SQLEngine. River stage one • 1 direct dependent • 1 total dependent

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Docs::Related - Survey of DBI Wrappers River stage one • 1 direct dependent • 1 total dependent

Several other CPAN modules provide a similar wrapper around DBI for purposes of simplification, abstraction, or portability. Caution I've commented on a few of these below, but please remember that these notes were written some time ago and may be so...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Schema::Table - A table in a data source River stage one • 1 direct dependent • 1 total dependent

The DBIx::SQLEngine::Schema::Table class represents database tables accessible via a particular DBIx::SQLEngine. By storing a reference to a SQLEngine and the name of a table to operate on, a Schema::Table object can facilitate generation of SQL quer...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Driver::XBase - Support DBD::XBase driver River stage one • 1 direct dependent • 1 total dependent

This package provides a subclass of DBIx::SQLEngine which compensates for some of DBD::XBase's idiosyncrasies. Note that DBD::XBase does not support the normal full range of SQL DBMS functionality. Consult the documentation to understand its current ...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Criteria::Not - Negating A Single Criteria River stage one • 1 direct dependent • 1 total dependent

DBIx::SQLEngine::Criteria::Not logicaly inverts a single given criteria by wrapping it in a NOT criteria. (Contributed by Christian Glahn at Innsbruck University.)...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::SQLEngine::Record::Class - Factory for Record Classes River stage one • 1 direct dependent • 1 total dependent

DBIx::SQLEngine::Record::Class is a factory for Record classes. You can use this package to create a class whose instances represent each of the rows in a SQL database table....

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