[scriptable, uuid(1f39bc95-090d-40a5-9dee-6d5a591e48bf)]
Constants
The current state. Row getters are only valid while the statement is in the "executing" state.
Attributes
Methods
Bind the given value to the parameter at aParamIndex.
Create a clone of this statement, by initializing a new statement with the same connection and same SQL statement as this one. It does not preserve statement state; that is, if a statement is being executed when it is cloned, the new statement will not be executing.
Execute the query, ignoring any results. This is accomplished by calling step() once, and then calling reset(). Error and last insert info, etc. are available from the mozStorageConnection.
Execute a query, using any currently-bound parameters. Reset must be called on the statement after the last call of executeStep. @returns a boolean indicating whether there are more rows or not; row data may be accessed using mozIStorageValueArray methods on the statement.
All indexes of a named parameter, if it's specified more than once
Initialize this query with the given SQL statement.
Compare to:
