Search results for "module:Class::DBI::Iterator"
Class::DBI::Iterator - Iterate over Class::DBI search results
Any Class::DBI search (including a has_many method) which returns multiple objects can be made to return an iterator instead simply by executing the search in scalar context. Then, rather than having to fetch all the results at the same time, you can...
TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC
Class::DBI::Lite::Iterator - Simple iterator for Class::DBI::Lite
Provides a simple iterator-based approach to Class::DBI::Lite resultsets....
JOHND/Class-DBI-Lite-1.034 - 07 May 2012 21:21:19 UTC
Class::DBI::Plugin::Iterator - new Iterator for Class::DBI
ASAKURA/Class-DBI-Plugin-Iterator-0.13
-
03 Feb 2006 15:48:31 UTC
Class::DBI::Plugin::Senna - Add Instant Fulltext Search Capability With Senna
Class::DBI::Plugin::Senna harnesses the power of Senna (http://b.razil.jp/project/senna) with Class::DBI. This module installs hooks in your Class::DBI package that automatically creates and updates a Senna index. You can then call fulltext_search() ...
DMAKI/Class-DBI-Plugin-Senna-0.01 - 20 Jun 2005 03:15:29 UTC
lib/Class/DBI/Plugin/Iterator/subquery.pm
ASAKURA/Class-DBI-Plugin-Iterator-0.13
-
03 Feb 2006 15:48:31 UTC
lib/Class/DBI/Plugin/Iterator/mysql3.pm
ASAKURA/Class-DBI-Plugin-Iterator-0.13
-
03 Feb 2006 15:48:31 UTC
lib/Class/DBI/Plugin/Iterator/mysql4.pm
ASAKURA/Class-DBI-Plugin-Iterator-0.13
-
03 Feb 2006 15:48:31 UTC
lib/Class/DBI/Plugin/Iterator/mysql.pm
ASAKURA/Class-DBI-Plugin-Iterator-0.13
-
03 Feb 2006 15:48:31 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::PObject - Simple framework for programming persistent objects
Class::PObject is a simple class framework for programming persistent objects in Perl. Such objects can store themselves into disk, and restore themselves from disk....
SHERZODR/Class-PObject-2.17 - 20 Feb 2005 18:06:54 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::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::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
Class::DBI::Lite::Pager - Page through your records, easily.
Paging through records should be easy. "Class::DBI::Lite::Pager" makes it easy....
JOHND/Class-DBI-Lite-1.034 - 07 May 2012 21:21:19 UTC
Class::DBI::Factory::List - an iterator-based retriever and paginator of Class::DBI data
WROSS/Class-DBI-Factory-0.994
-
17 Apr 2005 22:40:43 UTC
Class::DBI::FormBuilder - Class::DBI/CGI::FormBuilder integration
Errata: use of column name/accessor/mutator is currently broken if your column accessors/mutators are different from the column name. The documentation is also broken w.r.t. this. This module creates a CGI::FormBuilder form from a CDBI class or objec...
DAVEBAIRD/Class-DBI-FormBuilder-0.483 - 22 Jun 2013 17:22:16 UTC
Class::DBI::Cascade::None - Do nothing upon deletion
This is a Cascading Delete strategy that will do nothing, leaving orphaned records behind. It is the base class for most ofther Cascade strategies, and so provides several important methods:...
TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC