WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/storage/statement-wrapper;1
This component implements the following interfaces:
Properties
readonly mozIStorageStatementParams mozIStorageStatementWrapper.params
The parameters; these can be set in lieu of using the call notation on this.
readonly mozIStorageStatementRow mozIStorageStatementWrapper.row
The current row. Throws an exception if no row is currently available. Useful only from script. The value of this is only valid while the statement is still executing, and is still on the appropriate row.
readonly mozIStorageStatement mozIStorageStatementWrapper.statement
The statement that is wrapped.
Methods
| Interface | Method |
|---|---|
| mozIStorageStatementWrapper |
void execute ( )
|
| mozIStorageStatementWrapper |
void initialize ( mozIStorageStatement statement )
|
| mozIStorageStatementWrapper |
void reset ( )
|
| mozIStorageStatementWrapper |
PRBool step ( )
|
Reference documentation is generated from Mozilla's source.
