Closed
Bug 500256
Opened 16 years ago
Closed 11 years ago
mozIStorageRow should provide a scriptable wrapper
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
DUPLICATE
of bug 512761
People
(Reporter: adw, Unassigned)
Details
mozIStorageStatement has mozIStorageStatementWrapper, which makes it easy to get result values from JS, e.g., stmt.row.foo gets the value of column foo in the current row of a result set. It would be nice to be able to access result values in a similar fashion for mozIStorageRow.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•