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


Alzabo documentation  | view source Contained in the Alzabo distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Alzabo::Runtime::Cursor;

DESCRIPTION

Top

This is the base class for cursors.

METHODS

Top

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.

AUTHOR

Top

Dave Rolsky, <autarch@urth.org>


Alzabo documentation  | view source Contained in the Alzabo distribution.