X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FDocMap.pod;fp=lib%2FDBIx%2FClass%2FManual%2FDocMap.pod;h=f865c6c9d2ff8bb42fdc8d31cbe7efb736b57270;hp=44215ba5faaaee630a38b4c557b7b403522a00af;hb=7fe2aec41741caac02dbefc3970f80a4c436f4ff;hpb=4ac234b53cf87217d22cdc20e768ea7b3cee79be diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 44215ba..f865c6c 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -32,9 +32,13 @@ The first two list items are the most important. =item L - Selecting and manipulating sets. -=item L -- Representing a single result (row) from a DB query. The methods inherited from -L and L are used most often. +=item L< C<$schema>::Result::C<$resultclass>|DBIx::Class::Manual::ResultClass> +- Classes representing a single result (row) from a DB query. + +Such classes normally subclass L, the methods inherited +from L and +L +are used most often. =item L - Perform operations on a single column of a ResultSet.