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=5820d03ca8bf918496aba2546b2529e0cc9e94c6;hb=d71502b;hpb=85f7862264752290ed6e3a3bf020f907a2cdd6fc diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 5820d03..13ffa78 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -8,64 +8,44 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =item L - User's Manual overview. -=item L - Frequently Asked Questions, gathered from IRC and the mailing list. - =item L - Introduction to setting up and using DBIx::Class. =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 - Relationship details. - -=item L - Magically retrieve auto-incrementing fields. - -=item L - Set of standard components to load. +=item L - Various short recipes on how to do things. -=item L - ? +=item L - Frequently Asked Questions, gathered from IRC and the mailing list. -=item L - Making objects out of your columns. +=item L - What to do if things go wrong (diagnostics of known error messages). -=item L - Magically turn your datetime or timestamp columns into DateTime objects. +=back -=item L - Dealing with primary keys. +=head1 Some essential reference documentation -=item L - Turns the resultsource into a table. +The first two list items are the most important. -=item L - Accessor grouping. +=over 4 -=back +=item L - Selecting and manipulating sets. -=head1 Retrieving and creating data +=item L +- Representing a single result (row) from a DB query. The methods inherited from +L and L are used most often. -=over 4 +=item L - Perform operations on a single column of a ResultSet. -=item L - Selecting and manipulating sets. +=item L - Source/Table definition functions. -=item L - Perform operations on entire columns of a ResultSet. +=item L - Overall sourcess, and connection container. -=item L - Dealing with actual data. +=item L - Simple relationship declarations. -=item L - Basic Storage stuff. +=item L - Relationship declaration details. -=item L - Storage using L and L. +=item L - Making objects out of your column values. =back