logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Alzabo::Runtime::Cursor - Base class for Alzabo cursors

Author

       Dave Rolsky, <autarch@urth.org>

perl v5.34.0                                       2022-06-14                       Alzabo::Runtime::Cursor(3pm)

Description

       This is the base class for cursors.

Methods

new
       Virtual method.

   all_rows
       Virtual method.

   reset
       Resets the cursor so that the next "next" call will return the first row of the set.

   count
       Returns the number of rows returned by the cursor so far.

   next_as_hash
       Returns the next row or rows in a hash, where the hash key is the table name and the hash value is the
       row object.

Name

       Alzabo::Runtime::Cursor - Base class for Alzabo cursors

Synopsis

         use Alzabo::Runtime::Cursor;

See Also