Alzabo::Runtime::Cursor - Base class for Alzabo cursors
TOC | Topuse Alzabo::Runtime::Cursor;
This is the base class for cursors.
TOC | TopVirtual method.
TOC | TopVirtual method.
TOC | Top
Resets the cursor so that the next next call will return the first
row of the set.
Returns the number of rows returned by the cursor so far.
TOC | TopReturns 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 | TopDave Rolsky, <autarch@urth.org>