DBIx::SQLEngine::Record::Class - Factory for Record Classes
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 - Search in distribution- DBIx::SQLEngine - Extends DBI with High-Level Operations
- DBIx::SQLEngine::Driver - DBI Wrapper with Driver Subclasses
- DBIx::SQLEngine::Schema::Table - A table in a data source
- 24 more results from DBIx-SQLEngine »
DBIx::Class::InflateColumn::Geo - Inflate geometric columns to data structures
DBIx::Class::InflateColumn::Geo inflates geometry columns (so far, only "POINT" is supported) to more accessible data structures....
CSSON/DBIx-Class-InflateColumn-Geo-0.0100 - 27 Oct 2018 17:52:16 UTC - Search in distribution
DBIx::Class::InflateColumn::URI - Auto-create URI objects from columns
This module inflates/deflates designated columns into URI objects....
KOLIBRIE/DBIx-Class-InflateColumn-URI-0.01002 - 23 Jul 2007 15:59:34 UTC - Search in distribution
DBIx::Class::Result::ColumnData - Result::ColumnData component for DBIx::Class
NOUDARD/DBIx-Class-Result-ColumnData-0.16
-
30 Dec 2014 16:12:21 UTC
-
Search in distribution
DBIx::Class::Result::ProxyField - Component Result::ProxyField is a component for DBIx::Class object which permit to defined public name for each column object
NOUDARD/DBIx-Class-Result-ProxyField-0.03
-
03 Mar 2011 15:30:11 UTC
-
Search in distribution
DBIx::Class::Result::Validation - DBIx::Class component to manage validation on result object
NOUDARD/DBIx-Class-Result-Validation-0.17
-
02 May 2019 14:03:36 UTC
-
Search in distribution
- DBIx::Class::Result::Validation::VException - Exception for Validation
DBIx::Class::ResultSet::Faceter - Faceting for DBIx::Class ResultSets
Faceter is a mechanism for "faceting" a resultset, or counting the occurrences of certain data. Faceting is a common search pattern, represented by the sidebars that tell how how many of your search results fall in a certain price range or are member...
GPHAT/DBIx-Class-ResultSet-Faceter-0.04 - 21 Jul 2010 19:39:26 UTC - Search in distribution- DBIx::Class::ResultSet::Faceter::Facet - A Facet
- DBIx::Class::ResultSet::Faceter::Result - The result of a faceting operation
- lib/DBIx/Class/ResultSet/Faceter/Types.pm
- 3 more results from DBIx-Class-ResultSet-Faceter »
DBIx::Class::ResultSet::HashRef - Adds syntactic sugar to skip the fancy objects
This is a simple way to allow you to set result_class to DBIx::Class::ResultClass::HashRefInflator to skip the fancy objects....
RBO/DBIx-Class-ResultSet-HashRef-1.002 - 14 Jun 2009 17:10:38 UTC - Search in distribution
DBIx::Class::Schema::TxnEndHook - provide add_txn_end_hook method to your schema class
DBIx::Class::Schema::TxnEndHook provide "add_txn_end_hook" method to your schema class....
SOH/DBIx-Class-Storage-TxnEndHook-0.01 - 04 Feb 2015 05:22:54 UTC - Search in distribution- DBIx::Class::Storage::TxnEndHook - transaction hook provider for DBIx::Class
DBIx::Class::DigestColumns::Lite - easy to use Digest Value for DBIx::Class
you can easy to use Digest Value. This module use Digest::SHA1....
NEKOKAK/DBIx-Class-DigestColumns-Lite-0.03 - 13 Feb 2007 09:38:40 UTC - Search in distribution
DBIx::Class::Helper::SimpleStats - Simple grouping and aggregate functions for DBIx::Class
This is a simple helper method for DBIx::Class resultsets to run simple aggregate queries....
RRWO/DBIx-Class-Helper-SimpleStats-v0.1.3 - 31 Aug 2019 22:28:53 UTC - Search in distribution
DBIx::Class::Helper::TableSample - Add support for tablesample clauses
This helper adds rudimentary support for tablesample queries to DBIx::Class resultsets. The "tablesample" key supports the following options as a hash reference: "fraction" This is the percentage or fraction of the table to sample, between 0 and 100,...
RRWO/DBIx-Class-Helper-TableSample-v0.2.0 - 31 Aug 2019 20:45:59 UTC - Search in distribution
DBIx::Class::InflateColumn::ISBN - Auto-create Business::ISBN objects from columns.
PENGUIN/DBIx-Class-InflateColumn-ISBN-0.04000
-
02 Jun 2007 13:47:53 UTC
-
Search in distribution
DBIx::Class::InflateColumn::Time - Inflate and Deflate "time" columns into DateTime::Duration Objects
This module can be used to automagically inflate database columns of data type "time" into DateTime::Duration objects. It is used similiar to other InflateColumn DBIx modules. Once your Result is properly defined you can now pass DateTime::Duration o...
DRZIGMAN/DBIx-Class-InflateColumn-Time-0.0.1 - 14 Oct 2013 05:00:08 UTC - Search in distribution
DBIx::Class::RandomStringColumns - Implicit random string columns
This DBIx::Class component reassemble the behavior of Class::DBI::Plugin::RandomStringColumn, to make some columns implicitly created as random string. Note that the component needs to be loaded before Core....
MIKIHOSHI/DBIx-Class-RandomStringColumns-0.10 - 25 May 2016 07:38:32 UTC - Search in distribution
DBIx::Class::Tree::CalculateSets
This is a small utility module that lets you calculate nested sets from an ordinary parent column based tree structure, allowing you to trivially search an entire tree path. Note however, that constructing the search itself is outside the scope of th...
BERLE/DBIx-Class-Tree-CalculateSets-0.04 - 28 Oct 2009 11:55:50 UTC - Search in distribution
DBIx::Class::FilterColumn::ByType - Apply FilterColumn by type instead of name
This module is a subclass of DBIx::Class::FilterColumn, which allows you to attach filters by column type, as well as by column name. You should look at DBIx::Class::FilterColumn documentation for a full explanation of how FilterColumn works. If you'...
MATTP/DBIx-Class-FilterColumn-ByType-1.122121 - 30 Jul 2012 17:35:26 UTC - Search in distribution
DBIx::Class::Schema::PopulateMore - An enhanced populate method
This is a DBIx::Class::Schema component that provides an enhanced version of the builtin method "populate" in DBIx::Class::Schema. What it does is make it easier when you are doing a first time setup and need to insert a bunch of rows, like the first...
JJNAPIORK/DBIx-Class-Schema-PopulateMore-0.19 - 09 Oct 2014 20:43:46 UTC - Search in distribution- DBIx::Class::Schema::PopulateMore::Visitor - Visitor for the Populate Data
- DBIx::Class::Schema::PopulateMore::Command - Command Class to Populate a Schema
- DBIx::Class::Schema::PopulateMore::Inflator - Base Class for keyword Inflators
- 13 more results from DBIx-Class-Schema-PopulateMore »
DBIx::Class::ParameterizedJoinHack - Parameterized Relationship Joins
This DBIx::Class component allows to declare dynamically parameterized has-many relationships. Add the component to your Result class as usual: __PACKAGE__->load_components(qw( ParameterizedJoinHack )); See "parameterized_has_many" for details on dec...
ARC/DBIx-Class-ParameterizedJoinHack-0.002001 - 19 Apr 2016 17:26:44 UTC - Search in distribution
DBIx::Class::QueryLog::Conditional - Disable QueryLogger instead of all query logging
When you use DBIx::Class::QueryLog::Tee you will likely find that suddenly you are logging everything. Before "::Tee" came along your console was inconsolable, dispondant; you never heard from it again. After using "::Tee" suddenly your silent, moros...
FREW/DBIx-Class-QueryLog-Conditional-0.001000 - 28 Feb 2014 14:58:33 UTC - Search in distribution