X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FGlossary.pod;h=334637d33b8632c55fdbfed324eefc30a5c520fb;hb=5529838f7afff91467ef2664087999ab222da48d;hp=136355da7d0e3a07ab3dbe73f5872822ab3a86e4;hpb=d095c62d491afe010e870f31b4e0d1419273cba9;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Glossary.pod b/lib/DBIx/Class/Manual/Glossary.pod index 136355d..334637d 100644 --- a/lib/DBIx/Class/Manual/Glossary.pod +++ b/lib/DBIx/Class/Manual/Glossary.pod @@ -66,11 +66,11 @@ relationships must be used. A Schema object represents your entire table collection, plus the connection to the database. You can create one or more schema objects, connected to various databases, with various users, using the same set -of table L definitions. +of table L definitions. At least one L class is needed per database. -=head2 Result class +=head2 Result Class A Result class defines both a source of data (usually one per table), and the methods that will be available in the L objects @@ -87,7 +87,7 @@ ResultSource objects represent the source of your data, these are sometimes (incorrectly) called table objects. ResultSources do not need to be directly created, a ResultSource -instance is created for each L in your L, by +instance is created for each L in your L, by the proxied methods C and C. See also: L @@ -148,7 +148,7 @@ to issue multiple SQL queries. A normalised database is a sane database. Each table contains only data belonging to one concept, related tables refer to the key field or fields of each other. Some links to webpages about normalisation -can be found in L. +can be found in L. =head2 Related data