X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FGlossary.pod;h=136355da7d0e3a07ab3dbe73f5872822ab3a86e4;hb=7cb7914bc08e12acaea711c94c8f547926b8f2b3;hp=4feb8e1770fcdabba84e4f7e0a7f04dc76e83512;hpb=fb13a49f17a0e0a49638080a4bd826fb3702aebe;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Glossary.pod b/lib/DBIx/Class/Manual/Glossary.pod index 4feb8e1..136355d 100644 --- a/lib/DBIx/Class/Manual/Glossary.pod +++ b/lib/DBIx/Class/Manual/Glossary.pod @@ -101,14 +101,6 @@ fetch the data. See also: L -=head2 Record - -See Result. - -=head2 Row - -See Result. - =head2 Result Result objects contain your actual data. They are returned from @@ -117,17 +109,21 @@ row objects, including older versions of the DBIC documentation. See also: L +=head2 Row + +See Result. + =head2 Object See Result. -=head2 join +=head2 Record -See Join. +See Result. =head2 prefetch -Similiar to a join, except the related result objects are fetched and +Similar to a join, except the related result objects are fetched and cached for future use, instead of used directly from the ResultSet. This allows you to jump to different relationships within a Result without worrying about generating a ton of extra SELECT statements.