mozIStorageStatementWrapper Interface Reference

import "mozIStorageStatementWrapper.idl";

List of all members.

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


Member Function Documentation

void mozIStorageStatementWrapper::execute  ) 
 

void mozIStorageStatementWrapper::initialize in mozIStorageStatement  aStatement  ) 
 

void mozIStorageStatementWrapper::reset  ) 
 

step, reset, and execute are passed down to the statement itself.

boolean mozIStorageStatementWrapper::step  ) 
 


Member Data Documentation

readonly attribute mozIStorageStatementParams mozIStorageStatementWrapper::params
 

The parameters. Can be set in lieu of using the call notation on this.

readonly attribute 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 on the appropriate row

readonly attribute mozIStorageStatement mozIStorageStatementWrapper::statement
 


The documentation for this interface was generated from the following file:
Generated on Sun Jan 29 09:41:52 2006 by  doxygen 1.4.5