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.

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 execute ( )


void initialize ( mozIStorageStatement statement )

Initialize this wrapper with statement.

Arguments:
statement

void reset ( )

Step, reset, and execute the wrapped statement.


PRBool step ( )

Reference documentation is generated from Mozilla's source.