Search results for "module:DBIx::Class::Manual::Cookbook"

DBIx::XHTML_Table - SQL query result set to XHTML table. River stage zero No dependents

DBIx::XHTML_Table is a DBI extension that creates an HTML table from a database query result set. It was created to fill the gap between fetching data from a database and transforming that data into a web browser renderable table. DBIx::XHTML_Table i...

JEFFA/DBIx-XHTML_Table-1.49 - 04 Jan 2017 19:43:50 UTC

DBIx::Class::Schema - composable schemas River stage three • 342 direct dependents • 452 total dependents

Creates database classes based on a schema. This is the recommended way to use DBIx::Class and allows you to use more than one concurrent connection with your classes. NB: If you're used to Class::DBI it's worth reading the "SYNOPSIS" carefully, as D...

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. River stage three • 342 direct dependents • 452 total dependents

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 River stage three • 342 direct dependents • 452 total dependents

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::ResultSource - Result source object River stage three • 342 direct dependents • 452 total dependents

A ResultSource is an object that represents a source of data for querying. This class is a base class for various specialised types of result sources, for example DBIx::Class::ResultSource::Table. Table is the default result source type, so one is cr...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

lib/DBIx/Cookbook/DBIC/Command/stored_proc.pm River stage zero No dependents

TBONE/DBIx-Cookbook-0.09 - 10 May 2011 20:23:25 UTC

DBIx::Class::DynamicSubclass - Convenient way to use dynamic subclassing. River stage zero No dependents

This plugin implements methodics described here "Dynamic_Sub-classing_DBIx::Class_proxy_classes_(AKA_multi-class_object_ inflation_from_one_table)" in DBIx::Class::Manual::Cookbook. DynamicSubclass has 2 ways to work: static defining and dynamic defi...

SYBER/DBIx-Class-DynamicSubclass-0.04 - 19 Jun 2020 17:11:17 UTC

DBIx::Class::Storage::Statistics - SQL Statistics River stage three • 342 direct dependents • 452 total dependents

This class is called by DBIx::Class::Storage::DBI as a means of collecting statistics on its actions. Using this class alone merely prints the SQL executed, the fact that it completes and begin/end notification for transactions. To really use this cl...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
8 results (0.077 seconds)