mozIStorageResultSet

The mozIStorageResultSet interface represents a set of results from a storage statement.

Please add a summary to this article.
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)

Inherits from: nsISupports

Method overview

mozIStorageRow getNextRow();

Methods

getNextRow()

Returns the next row from the result set.

 mozIStorageRow getNextRow();
Parameters

None.

Return value

A mozIStorageRow object containing the next row from the result set, or null if there are no more results.

See also