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;h=13ffa786a90a8b733bf98764fc45ba418d3cbcee;hp=76313757a0cada9e909aa1bfd2600634c6042b5f;hb=d71502b;hpb=c235bbaeb17b06ba392506f1de1130d902826cd3 diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 7631375..13ffa78 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -12,52 +12,40 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =item L - Full example Schema. -=item L - Various short recipes on how to do things. - -=item L - What to do if things go wrong (diagnostics of known error messages). - -=item L - How to write your own DBIx::Class components. +=item L - How to use DBIx::Class if you know SQL (external, available on CPAN) =item L - What do all those terms mean? -=back - -=head1 Setting up - -=over 4 - -=item L - Overall schemas, and connection container. - -=item L - Source/Table definition functions. - -=item L - Simple relationships. +=item L - Various short recipes on how to do things. -=item L - Relationship details. +=item L - Frequently Asked Questions, gathered from IRC and the mailing list. -=item L - Magically retrieve auto-incrementing fields. +=item L - What to do if things go wrong (diagnostics of known error messages). -=item L - Set of standard components. +=back -=item L - ? +=head1 Some essential reference documentation -=item L - Making objects out of your columns. +The first two list items are the most important. -=item L - Dealing with primary keys. +=over 4 -=item L - Turns the resultsource into a table. +=item L - Selecting and manipulating sets. -=item L - Accessor grouping. +=item L +- Representing a single result (row) from a DB query. The methods inherited from +L and L are used most often. -=back +=item L - Perform operations on a single column of a ResultSet. -=head1 Retrieving and creating data +=item L - Source/Table definition functions. -=over 4 +=item L - Overall sourcess, and connection container. -=item L - Selecting and manipulating sets. +=item L - Simple relationship declarations. -=item L - Dealing with actual data. +=item L - Relationship declaration details. -=item L - Storage using L and L. +=item L - Making objects out of your column values. =back