Next: , Previous: , Up: DBI.ResultSet   [Index]


3.5.2 DBI.ResultSet: cursor access

atEnd

Return whether all the rows in the result set have been consumed. (abstract).

fetch

Return the next row, or nil if at the end of the result set.

next

Return the next row, or raise an error if at the end of the stream (abstract).