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 "dist:DBIx-Class exception::class"

DBIx::Class::Exception - Exception objects for DBIx::Class River stage three • 346 direct dependents • 455 total dependents

Exception objects of this class are used internally by the default error handling of "throw_exception" in DBIx::Class::Schema and derivatives. These objects stringify to the contained error message, and use overload fallback to give natural boolean/n...

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

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::Carp - Provides advanced Carp::Clan-like warning functions for DBIx::Class internals River stage three • 346 direct dependents • 455 total dependents

Documentation is lacking on purpose - this an experiment not yet fit for mass consumption. If you use this do not count on any kind of stability, in fact don't even count on this module's continuing existence (it has been noindexed for a reason). In ...

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

DBIx::Class::Schema - composable schemas River stage three • 346 direct dependents • 455 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::Storage - Generic Storage Handler River stage three • 346 direct dependents • 455 total dependents

A base implementation of common Storage methods. For specific information about DBI-based storage, see DBIx::Class::Storage::DBI....

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 • 346 direct dependents • 455 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::Manual::FAQ - Frequently Asked Questions (in theory) River stage three • 346 direct dependents • 455 total dependents

This document is intended as an anti-map of the documentation. If you know what you want to do, but not how to do it in DBIx::Class, then look here. It does not contain much code or examples, it just gives explanations and pointers to the correct pie...

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

DBIx::Class::ResultSource - Result source object River stage three • 346 direct dependents • 455 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

DBIx::Class::Relationship - Inter-table relationships River stage three • 346 direct dependents • 455 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::Storage::DBI - DBI storage handler River stage three • 346 direct dependents • 455 total dependents

This class represents the connection to an RDBMS via DBI. See DBIx::Class::Storage for general information. This pod only documents DBI-specific methods and behaviors....

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

DBIx::Class::InflateColumn - Automatically create references from column data River stage three • 346 direct dependents • 455 total dependents

This component translates column data into references, i.e. "inflating" the column data. It also "deflates" references into an appropriate format for the database. It can be used, for example, to automatically convert to and from DateTime objects for...

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

DBIx::Class::InflateColumn - Automatically create references from column data River stage three • 346 direct dependents • 455 total dependents

This component translates column data into references, i.e. "inflating" the column data. It also "deflates" references into an appropriate format for the database. It can be used, for example, to automatically convert to and from DateTime objects for...

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

DBIx::Class::Manual::Intro - Introduction to DBIx::Class River stage three • 346 direct dependents • 455 total dependents

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

DBIx::Class::Manual::Cookbook - Miscellaneous recipes River stage three • 346 direct dependents • 455 total dependents

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

DBIx::Class::Relationship::Base - Inter-table relationships River stage three • 346 direct dependents • 455 total dependents

This class provides methods to describe the relationships between the tables in your database model. These are the "bare bones" relationships methods, for predefined ones, look in DBIx::Class::Relationship....

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

DBIx::Class::Storage::DBI::MSSQL - Base Class for Microsoft SQL Server support in DBIx::Class River stage three • 346 direct dependents • 455 total dependents

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

DBIx::Class::Optional::Dependencies - Optional module dependency specifications (for module authors) River stage three • 346 direct dependents • 455 total dependents

Some of the less-frequently used features of DBIx::Class have external module dependencies on their own. In order not to burden the average user with modules he will never use, these optional dependencies are not included in the base Makefile.PL. Ins...

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

DBIx::Class::Storage::TxnScopeGuard - Scope-based transaction handling River stage three • 346 direct dependents • 455 total dependents

An object that behaves much like Scope::Guard, but hardcoded to do the right thing with transactions in DBIx::Class....

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

DBIx::Class::InflateColumn::DateTime - Auto-create DateTime objects from date and datetime columns. River stage three • 346 direct dependents • 455 total dependents

This module figures out the type of DateTime::Format::* class to inflate/deflate with based on the type of DBIx::Class::Storage::DBI::* that you are using. If you switch from one database to a different one your code should continue to work without m...

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

DBIx::Class::InflateColumn::DateTime - Auto-create DateTime objects from date and datetime columns. River stage three • 346 direct dependents • 455 total dependents

This module figures out the type of DateTime::Format::* class to inflate/deflate with based on the type of DBIx::Class::Storage::DBI::* that you are using. If you switch from one database to a different one your code should continue to work without m...

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