Search results for "module:Class::DBI::Search::Basic"
Class::DBI::Search::Basic - Simple Class::DBI search
This is the start of a pluggable Search infrastructure for Class::DBI. At the minute Class::DBI::Search::Basic doubles up as both the default search within Class::DBI as well as the search base class. We will probably need to tease this apart more la...
TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 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
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
Test::Class - Easily create test classes in an xUnit/JUnit style
Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...
SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC
Class::User::DBI - A User class: Login credentials, roles, privileges, domains.
The module is designed to simplify user logins, authentication, role based access control (authorization), as well as domain (locality) constraint access control. It stores user credentials, roles, and basic user information in a database via a DBIx:...
DAVIDO/Class-User-DBI-0.10 - 08 Dec 2012 07:49:26 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
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
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
DBIx::Class::Migration::Script - Tools to manage database Migrations
This is a class which provides an interface mapping between the commandline script dbic-migration and the back end code that does the heavy lifting, DBIx::Class::Migration. This class has very little of it's own functionality, since it basically acts...
JJNAPIORK/DBIx-Class-Migration-0.075 - 02 Jun 2020 20:56:05 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::ConceptSearch - Retrieve Class::DBI aggregates from high-level conceptual searches
Given the example Class::DBI classes (Music::CD, Music::Artist, Music::Track), lets add another one, Music::Dbxref, which contains external database accessions outside our control. Music::Dbxref includes things like UPC IDs, ASIN and ISBN numbers, ve...
ALLENDAY/Class-DBI-ConceptSearch-0.04 - 03 Oct 2005 17:07:09 UTC
Class::DBI::Search::LIMITed - add 'LIMIT' to Class::DBI searches
This is a simple search plugin to a Class::DBI subclass which allows for the addition of a LIMIT option to a SELECT query....
TMTM/Class-DBI-Search-LIMITed-1.01 - 17 Sep 2005 11:45:16 UTC
Class::DBI::Factory::Handler - a handler base class for Class::DBI::Factory applications
WROSS/Class-DBI-Factory-0.994
-
17 Apr 2005 22:40:43 UTC
Class::DBI::Factory::Handler - a handler base class for Class::DBI::Factory applications
WROSS/Class-DBI-Factory-0.994
-
17 Apr 2005 22:40:43 UTC
Test::DBIx::Class::SchemaManager::Trait::Testpostgresql - deploy to a test Postgresql instance
This trait uses Test::Postgresql58 to auto create a test instance of Postgresql in a temporary area. This way you can test against Postgresql without having to create a test database, users, etc. Postgresql needs to be installed (but doesn't need to ...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC