Bug 47600 - SQLResultSetRowList should support column names
Summary: SQLResultSetRowList should support column names
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 10:22 PDT by pglaser
Modified: 2012-03-13 11:29 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pglaser 2010-10-13 10:22:43 PDT
The public interface of SQLResultSetRowList has a columnNames method, but the corresponding idl only supports length and item. There are cases in javascript where it would be useful to iterate the column names in a result set (e.g., dynamic grids from arbitrary result sets).