From: Jess Robinson Date: Sat, 14 Oct 2006 19:43:52 +0000 (+0000) Subject: Added resultsetcolumn question to FAQ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d6702eab42210e5b01247a313cafe03e56f98ef5;p=dbsrgits%2FDBIx-Class-Historic.git Added resultsetcolumn question to FAQ --- diff --git a/lib/DBIx/Class/Manual/FAQ.pod b/lib/DBIx/Class/Manual/FAQ.pod index 0c2ba53..2117896 100644 --- a/lib/DBIx/Class/Manual/FAQ.pod +++ b/lib/DBIx/Class/Manual/FAQ.pod @@ -245,10 +245,16 @@ documentation. =over 4 -=item .. fetch as much data as possible in as few select calls as possible? (prefetch) +=item .. fetch as much data as possible in as few select calls as possible? See the prefetch examples in the L. +=item .. fetch a whole column of data instead of a row? + +Call C on a L, this returns a +L, see it's documentation and the +L for details. + =back =head2 Inserting and updating data