X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FDocMap.pod;h=83c9633f70d7dde8a10c94f247e6738432c1559e;hb=54e4be9216e440bd0bd91050c36115d2911fd8a0;hp=0042e3a1b44e5b79363d66500ba5ef223f956862;hpb=88ac5c8b0eaabf0e0b2e3cc439d8c8635a325b36;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 0042e3a..83c9633 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -8,62 +8,40 @@ 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 - Making objects out of your columns. - -=item L - Magically turn your datetime or timestamp columns into DateTime objects. - -=item L - Dealing with primary keys. +=item L - Various short recipes on how to do things. -=item L - Turns the resultsource into a table. +=item L - Frequently Asked Questions, gathered from IRC and the mailing list. -=item L - Accessor grouping. +=item L - What to do if things go wrong (diagnostics of known error messages). =back -=head1 Retrieving and creating data +=head1 Some essential reference documentation =over 4 +=item L - Representing a single result (row) from a DB query + =item L - Selecting and manipulating sets. -=item L - Perform operations on entire columns of a ResultSet. +=item L - Perform operations on a single column of a ResultSet. + +=item L - Source/Table definition functions. + +=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