Alzabo (version 0.92)

Doc index

TOC | Top

NAME

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

TOC | Top

SYNOPSIS

  use Alzabo::Runtime::Cursor;
TOC | Top

DESCRIPTION

This is the base class for cursors.

TOC | Top

METHODS

new

Virtual method.

TOC | Top

all_rows

Virtual method.

TOC | Top

reset

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

TOC | Top

count

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

TOC | Top

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.

TOC | Top

AUTHOR

Dave Rolsky, <autarch@urth.org>


Table of Contents

- NAME
- SYNOPSIS
- DESCRIPTION
- METHODS
      - new
      - all_rows
      - reset
      - count
      - next_as_hash
- AUTHOR