|
NAMEAlzabo::Runtime::Cursor - Base class for Alzabo cursorsSYNOPSISuse Alzabo::Runtime::Cursor; DESCRIPTIONThis is the base class for cursors.METHODSnewVirtual method.all_rowsVirtual method.resetResets the cursor so that the next "next" call will return the first row of the set.countReturns the number of rows returned by the cursor so far.next_as_hashReturns the next row or rows in a hash, where the hash key is the table name and the hash value is the row object.AUTHORDave Rolsky, <autarch@urth.org>
Visit the GSP FreeBSD Man Page Interface. |