DBIx::Class::Manual::DocMap(3) User Contributed Perl Documentation DBIx::Class::Manual::DocMap(3)

DBIx::Class::Manual::DocMap - What documentation do we have?

The first two list items are the most important.

"search" in DBIx::Class::ResultSet - Selecting and manipulating sets.
The DSL (mini-language) for query composition is only partially explained there, see "WHERE CLAUSES" in SQL::Abstract for the complete details.
$schema::Result::$resultclass - Classes representing a single result (row) from a DB query.
Such classes normally subclass DBIx::Class::Core, the methods inherited from DBIx::Class::Row and DBIx::Class::Relationship::Base are used most often.

Check the list of additional DBIC resources.

This module is free software copyright by the DBIx::Class (DBIC) authors. You can redistribute it and/or modify it under the same terms as the DBIx::Class library.

2017-12-08 perl v5.34.0