import "mozIStorageStatementWrapper.idl";
Public Member Functions | |
| void | initialize (in mozIStorageStatement aStatement) |
| void | reset () |
| boolean | step () |
| void | execute () |
Public Attributes | |
| readonly attribute mozIStorageStatement | statement |
| readonly attribute mozIStorageStatementRow | row |
| readonly attribute mozIStorageStatementParams | params |
|
|
|
|
|
|
|
|
step, reset, and execute are passed down to the statement itself. |
|
|
|
|
|
The parameters. Can be set in lieu of using the call notation on this. |
|
|
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 on the appropriate row |
|
|
|
1.4.5