X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FCursor.pm;h=42c253fd2816124cbe5c6638e21f5e4af7963062;hb=21b5c39db6b191a30d7676e60dd231c22064ba5f;hp=1f277e26c2cde5d9d7b3483410ad346eaf44b8ae;hpb=8e23eaf20446bb9c6cabbc772b4cbe879de5766c;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Cursor.pm b/lib/DBIx/Class/Storage/DBI/Cursor.pm index 1f277e2..42c253f 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 Returns: \@row_columns + =back -Advances the cursor to the next row 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 Returns: \@row_columns+ + =back -Returns all rows in the L. +Returns a list of arrayrefs of column values for all rows in the +L. =cut