Search results for "module:Class::DBI::Query::Base"
Class::DBI::Query - Deprecated SQL manager for Class::DBI
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....
TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC
Oryx::Class - abstract base class for Oryx classes
Abstract base class for Oryx persistent classes....
RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC
DBIx::Class - Extensible and flexible object <-> relational mapper.
This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
Class::Entity - Object interface for relational databases
Class::Entity allows a developer to create an object interface for a relational database by writing a minimal amount of code in a set of sub-classes which correspond to database tables. Right now this module only implements a read only interface. Wri...
PNEWMAN/Class-Entity-0.5 - 23 Jun 2006 16:57:02 UTC
Class::AutoDB - Almost automatic object persistence coexisting with human-engineered database
This class works closely with Class::AutoClass to provide almost transparent object persistence that can coexist with a human-engineered database. The auto-persistence mechanism provides hooks for connecting the two parts of the database together. Ca...
NATG/Class-AutoDB-1.291 - 18 Dec 2013 22:53:03 UTC
Class::DBI::Pager - Pager utility for Class::DBI
Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page with Class::DBI. This module reduces your work a lot, for example when you have to do something like: * retrieve objects from a database * display objects with 20 items per page In ...
MIYAGAWA/Class-DBI-Pager-0.08 - 01 Mar 2006 08:50:12 UTC
Class::Tables - Auto-vivification of persistent classes, based on RDBMS schema
ROSULEK/Class-Tables-0.28
-
16 Jul 2004 03:26:49 UTC
Class::Persist - Persistency framework for objects
Provides the framework to persist the objects in a DB in a Class::DBI style...
RCLAMP/Class-Persist-0.02 - 23 Aug 2004 13:13:40 UTC
DBIx::Class::Row - Basic row methods
This class is responsible for defining and doing basic operations on rows derived from DBIx::Class::ResultSource objects. Result objects are returned from DBIx::Class::ResultSets using the create, find, next and all methods, as well as invocations of...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
Class::DBI::Lite - Lightweight ORM for Perl
"Class::DBI::Lite" offers a simple way to deal with databases in an object-oriented way. One class (the Model class) defines your connection to the database (eg: connectionstring, username and password) and your other classes define interaction with ...
JOHND/Class-DBI-Lite-1.034 - 07 May 2012 21:21:19 UTC
Class::DBI::Sweet - Making sweet things sweeter
Class::DBI::Sweet provides convenient count, search, page, and cache functions in a sweet package. It integrates these functions with "Class::DBI" in a convenient and efficient way....
PHRED/Class-DBI-Sweet-0.11 - 26 Jul 2011 03:25:47 UTC
Class::DBI::MockDBD - Mocked database interface for Class::DBI
A Class::DBI subclass allowing you to 'Mock' a database for testing and/or debugging purposes, using DBD::Mock, via some additional API methods....
TEEJAY/Class-DBI-MockDBD-0.03 - 03 Apr 2007 21:35:34 UTC
Class::DBI::Pageset - A flexible pager utility for Class::DBI using Data::Pageset
"Class::DBI::Pageset" is a plugin for "Class::DBI" that integrates "Data::Pageset" into "Class::DBI" with minimal fuss. This enables you to search via "Class::DBI" and grouping results into pages and page sets. This module is very similar to Tatsuhik...
MGRIMES/Class-DBI-Pageset-0.14 - 19 Feb 2008 22:45:12 UTC
Class::DBI::Factory - factory interface to a set of Class::DBI classes, with optional mod_perl application skeleton
WROSS/Class-DBI-Factory-0.994
-
17 Apr 2005 22:40:43 UTC
DBIx::Class::SQLMaker - An SQL::Abstract::Classic-like SQL maker class
This module serves as a mere "nexus class" providing SQL::Abstract::Classic-like functionality to DBIx::Class itself, and to a number of database-engine-specific subclasses. This indirection is explicitly maintained in order to allow swapping out the...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
lib/Tutorial/DBIx/Class/Perl/ORM/Conexao/Com/Banco/de/Dados/PT/BR.pm
HERNAN/Tutorial-DBIx-Class-Perl-ORM-Conexao-Com-Banco-de-Dados-PT-0.01
-
08 Jul 2012 19:48:34 UTC
Class::DBI::AutoLoader - Generates Class::DBI subclasses dynamically.
Class::DBI::AutoLoader scans the tables in a given database, and auto-generates the Class::DBI classes. These are loaded into your package when you import Class::DBI::AutoLoader, as though you had created the Data::FavoriteFilms class and "use"d that...
RYANPARR/Class-DBI-AutoLoader-0.12 - 18 Oct 2003 06:51:22 UTC
DBIx::Class::Relationship - Inter-table relationships
The word *Relationship* has a specific meaning in DBIx::Class, see the definition in the Glossary. This class provides methods to set up relationships between the tables in your database model. Relationships are the most useful and powerful technique...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
DBIx::Class::ResultSet - Represents a query used for fetching a set of results.
A ResultSet is an object which stores a set of conditions representing a query. It is the backbone of DBIx::Class (i.e. the really important/useful bit). No SQL is executed on the database when a ResultSet is created, it just stores all the condition...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC