mozIStorageStatementRow
From MDC
This article covers features introduced in Firefox 2
The mozIStorageStatementRow is a magic interface we return that implements nsIXPCScriptable, to allow for by-name access to rows.
Contents |
mozIStorageStatementRow is defined in storage/public/mozIStorageStatementWrapper.idl. It is scriptable and
unfrozen (hasn't changed since Mozilla 1.8).
Inherits from: nsISupports