DBIx::Class::Cursor man page on Pidora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Pidora logo
[printable version]

DBIx::Class::Cursor(3)User Contributed Perl DocumentatioDBIx::Class::Cursor(3)

NAME
       DBIx::Class::Cursor - Abstract object representing a query cursor on a
       resultset.

SYNOPSIS
	 my $cursor = $schema->resultset('CD')->cursor();
	 my $first_cd = $cursor->next;

DESCRIPTION
       A Cursor represents a query cursor on a DBIx::Class::ResultSet object.
       It allows for traversing the result set with "next", retrieving all
       results with "all" and resetting the cursor with "reset".

       Usually, you would use the cursor methods built into
       DBIx::Class::ResultSet to traverse it. See "next" in
       DBIx::Class::ResultSet, "reset" in DBIx::Class::ResultSet and "all" in
       DBIx::Class::ResultSet for more information.

METHODS
   new
       Virtual method. Returns a new DBIx::Class::Cursor object.

   next
       Virtual method. Advances the cursor to the next row. Returns an array
       of column values (the result of "fetchrow_array" in DBI method).

   reset
       Virtual method. Resets the cursor to the beginning.

   all
       Virtual method. Returns all rows in the DBIx::Class::ResultSet.

perl v5.14.2			  2012-01-22		DBIx::Class::Cursor(3)
[top]

List of man pages available for Pidora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net