SQLResultSet

Module:
storage
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

insertId
rows
rowsAffected

insertId


readonly attribute long insertId getter raises(DOMException); 


rows


readonly attribute SQLResultSetRowList rows; 


rowsAffected


readonly attribute long rowsAffected; 

 

Last Updated: 2009-05-29