NAME
M3::ServerView::ResultSet -
SYNOPSIS
DESCRIPTION
INTERFACE
CLASS METHODS
INSTANCE METHODS
- all
-
Returns a list of all items in the result set.
- count
-
Returns the number of items in the result set.
- first
-
Returns the first item in the result set or undef if the result set is empty.
- next
-
Returns the next item in the result set or undef if there's no more items.
- reset
-
Resets the result set to start from the beginning again.