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 "module:DBIx::Class::Row"

DBIx::Class::Row - Basic row methods River stage three • 346 direct dependents • 455 total dependents

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

DBIx::Class::Row::Delta - Keep track of and report on changes to a DBIC row object. River stage zero No dependents

Record an initial set of values for a DBIC row, and later on get a string with the changed values....

JOHANL/DBIx-Class-Row-Delta-0.0.5 - 11 Oct 2014 20:27:06 UTC

DBIx::Class::Row::Slave - DBIx::Class::Row for slave (EXPERIMENTAL) River stage zero No dependents

DBIx::Class::Row::Slave is DBIx::Class::Row for slave. It provide no novel functions, but rather restrict some functions via slave "result_source"s. You can retrieve rows from either master or slave but you can neither add nor remove rows from slave....

TRAVAIL/DBIx-Class-Schema-Slave-0.02400 - 20 May 2008 14:35:22 UTC

DBIx::Class::Helper::Row::Types - Use Types to define rows River stage zero No dependents

This helper allows you to specify column information by passing a Type::Tiny object. Note that this *does not* enforce that the data is of that type, unless you specify the "strict" option (See "set_column"). The main purpose of this is to allow you ...

RRWO/DBIx-Class-Helper-Row-Types-v0.4.0 - 08 May 2023 19:15:33 UTC

DBIx::Class::Helper::Row::ToJSON - Remove the boilerplate from your TO_JSON functions River stage two • 10 direct dependents • 14 total dependents

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::SubClass - Convenient subclassing with DBIx::Class River stage two • 10 direct dependents • 14 total dependents

This component is to allow simple subclassing of DBIx::Class Result classes....

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::NumifyGet - Force numeric "context" on numeric columns River stage two • 10 direct dependents • 14 total dependents

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::JoinTable - Easily set up join tables with DBIx::Class River stage two • 10 direct dependents • 14 total dependents

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::Enumeration - Add methods for emum values River stage zero No dependents

This plugin is inspired by MooseX::Enumeration. Suppose your database has a column with an enum value. Checks against string values are prone to typos: if ($row->result eq 'faol') { ... } when instead you wanted if ($row->result eq 'fail') { ... } Us...

RRWO/DBIx-Class-Helper-Row-Enumeration-v0.1.8 - 13 Jul 2019 10:03:25 UTC

DBIx::Class::Helper::Row::StorageValues - Keep track of stored vs in-memory row values River stage two • 10 direct dependents • 14 total dependents

This component keeps track of the value for a given column in the database. If you change the column's value and do not call "update", the "storage_value" will be different; once "update" is called the "storage_value" will be set to the value of the ...

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::SelfResultSet - Easily use ResultSet methods for the current row River stage two • 10 direct dependents • 14 total dependents

Sometimes you need to be able to access a ResultSet containing just the current row. A good reason to do that would be if you had a ResultSet method that adds in some calculated data, like counts of a relationship. You could use this to get at that c...

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::CleanResultSet - Get an unfiltered ResultSet from the row River stage two • 10 direct dependents • 14 total dependents

Sometimes you need to be able to access the ResultSet containing all rows....

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::OnColumnChange - Do things when the values of a column change River stage two • 10 direct dependents • 14 total dependents

This module codifies a pattern that I've used in a number of projects, namely that of doing something when a column changes it's value in the database. It leverages DBIx::Class::Helper::Row::StorageValues for passing in the $old_value, which do not h...

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::OnColumnMissing - Configurably handle access of missing columns River stage two • 10 direct dependents • 14 total dependents

This module is written to handle the odd condition where you have limited the columns retrieved from the database but accidentally access one of the ones not included. It is configurable by tweaking the "on_column_missing" return value....

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::RelationshipDWIM - Type less for your relationships! River stage two • 10 direct dependents • 14 total dependents

This module prepends your "default_result_namespace" to related objects if they begin with "::". Simple but handy....

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::ProxyResultSetUpdate - Efficiently reuse ResultSet updates from results River stage two • 10 direct dependents • 14 total dependents

This module makes reusing resultset updates from a result trivially easy. Often the only way that people share update methods is by overriding update in their resultset to use "update_all" in DBIx::Class::ResultSet. Unfortunately, that can end up bei...

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Helper::Row::ProxyResultSetMethod - Efficiently reuse ResultSet methods from results with fallback River stage two • 10 direct dependents • 14 total dependents

This module makes reusing resultset methods from a result trivially easy. You should be using it....

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC

DBIx::Class::Smooth::Helper::Row::JoinTable - Short intro River stage zero No dependents

CSSON/DBIx-Class-Smooth-0.0108 - 29 Nov 2020 19:45:40 UTC

DBIx::Class::Smooth::Helper::Row::Definition - Short intro River stage zero No dependents

CSSON/DBIx-Class-Smooth-0.0108 - 29 Nov 2020 19:45:40 UTC

DBIx::Class::Helper::ResultSet::OneRow - The first you always wanted River stage two • 10 direct dependents • 14 total dependents

This component codifies an alternate version of "first" in DBIx::Class::ResultSet. In practical use, "first" allows a user to do something like the following: my $rs = $schema->resultset('Foo')->search({ name => 'bar' }); my $first = $rs->first; my @...

FREW/DBIx-Class-Helpers-2.036000 - 28 Mar 2020 21:18:26 UTC
276 results (0.376 seconds)