mozIStorageStatementWrapper
| IID: | eee6f7c9-5586-4eaf-b35c-dca987c4ffd1 |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Properties
readonly mozIStorageStatementParams params
The parameters; these can be set in lieu of using the call notation on this.
readonly mozIStorageStatementRow 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 statement
The statement that is wrapped.
Methods
void execute ( )
void initialize ( mozIStorageStatement statement )
void reset ( )
PRBool step ( )
void initialize ( mozIStorageStatement statement )
Initialize this wrapper with statement.
- Arguments:
- statement
Reference documentation is generated from Mozilla's source.
