The mozIStorageResultSet
interface represents a set of results from a storage statement.
Inherits from: nsISupports
mozIStorageRow getNextRow(); |
Returns the next row from the result set.
mozIStorageRow getNextRow();
None.
A mozIStorageRow
object containing the next row from the result set, or null
if there are no more results.