X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FCursor.pm;h=26dca846c7074140ace58b5708956a24bccc4d34;hb=d601dc88fcedcf9b0ef3c17c29556e26179c1cdc;hp=b339506ec03d63251031926d7f89210ef4e6b500;hpb=5cf243f6632e706c6f2ddbdeccc29f2a5e6ac362;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/Cursor.pm b/lib/DBIx/Class/Storage/DBI/Cursor.pm index b339506..26dca84 100644 --- a/lib/DBIx/Class/Storage/DBI/Cursor.pm +++ b/lib/DBIx/Class/Storage/DBI/Cursor.pm @@ -55,9 +55,15 @@ sub new { =head2 next +=over 4 + +=item Arguments: (none) + +=item Return Value: \@row_columns + =back -Advances the cursor to the next result and returns it. +Advances the cursor to the next row and returns an arrayref of column values. =cut @@ -91,9 +97,16 @@ sub next { =head2 all +=over 4 + +=item Arguments: (none) + +=item Return Value: \@row_columns+ + =back -Returns all results in the L. +Returns a list of arrayrefs of column values for all rows in the +L. =cut