[scriptable, uuid(18dd7953-076d-4598-8105-3e32ad26ab24)]
interface mozIStorageResultSet : nsISupports
Methods
Obtains the next row from the result set from the statement that was
executed.
@returns the next row from the result set. This will be null when there
are no more results.
mozIStorageRow
getNextRow()
Compare to: