1DBIx::Class::Manual::DoUcsMearp(C3o)ntributed Perl DocumDeBnItxa:t:iColnass::Manual::DocMap(3)
2
3
4

NAME

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

Manuals

9       DBIx::Class::Manual - User's Manual overview.
10       DBIx::Class::Manual::QuickStart - Up and running with DBIC in 10
11       minutes.
12       DBIx::Class::Manual::Intro - More detailed introduction to setting up
13       and using DBIx::Class.
14       DBIx::Class::Manual::SQLHackers - How to use DBIx::Class if you know
15       SQL (external, available on CPAN)
16       DBIx::Class::Manual::Joining - Joining tables with DBIx::Class.
17       DBIx::Class::Manual::Features - A boatload of DBIx::Class features with
18       links to respective documentation.
19       DBIx::Class::Manual::Glossary - What do all those terms mean?
20       DBIx::Class::Manual::Cookbook - Various short recipes on how to do
21       things.
22       DBIx::Class::Manual::FAQ - Frequently Asked Questions, gathered from
23       IRC and the mailing list.
24       DBIx::Class::Manual::Troubleshooting - What to do if things go wrong
25       (diagnostics of known error messages).
26

Some essential reference documentation

28       The first two list items are the most important.
29
30       "search" in DBIx::Class::ResultSet - Selecting and manipulating sets.
31           The DSL (mini-language) for query composition is only partially
32           explained there, see "WHERE CLAUSES" in SQL::Abstract::Classic for
33           the complete details.
34
35       $schema::Result::$resultclass - Classes representing a single result
36       (row) from a DB query.
37           Such classes normally subclass DBIx::Class::Core, the methods
38           inherited from DBIx::Class::Row and DBIx::Class::Relationship::Base
39           are used most often.
40
41       DBIx::Class::ResultSetColumn - Perform operations on a single column of
42       a ResultSet.
43       DBIx::Class::ResultSource - Source/Table definition functions.
44       DBIx::Class::Schema - Overall sources, and connection container.
45       DBIx::Class::Relationship - Simple relationship declarations.
46       DBIx::Class::Relationship::Base - Relationship declaration details.
47       DBIx::Class::InflateColumn - Making objects out of your column values.
48

FURTHER QUESTIONS?

50       Check the list of additional DBIC resources.
51
53       This module is free software copyright by the DBIx::Class (DBIC)
54       authors. You can redistribute it and/or modify it under the same terms
55       as the DBIx::Class library.
56
57
58
59perl v5.32.1                      2021-01-27    DBIx::Class::Manual::DocMap(3)
Impressum