mozIStorageDataSet
From MDC
This article covers features introduced in Firefox 2
The mozIStorageDataSet interface stores the data rows and retrieves an row enumerator for the result set rows.
Contents |
mozIStorageDataSet is defined in storage/public/mozIStorageDataSet.idl. It is scriptable and
unfrozen (hasn't changed since Mozilla 1.8).
Inherits from: nsISupports
[edit] Method overview
nsISimpleEnumerator getRowEnumerator();
|
[edit] Attributes
| Attribute | Type | Description |
dataRows
| nsIArray
| All the rows in this data set. |
[edit] Methods
[edit] getRowEnumerator()
This method retrieves an enumerator for the result set rows.
nsISimpleEnumerator getRowEnumerator();
[edit] Parameters
None.
[edit] Return value
Returns a nsISimpleEnumerator of mozIStorageValueArray.