sbIDatabasePreparedStatement.idl File Reference

A prepared database statement, compiled at first execution. More...

#include "nsISupports.idl"
Include dependency graph for sbIDatabasePreparedStatement.idl:

Go to the source code of this file.

Classes

interface  sbIDatabasePreparedStatement
 A prepared database statement. More...
 

Detailed Description

A prepared database statement, compiled at first execution.

This object allows you to avoid the overhead of building and recompiling database query strings when issuing many identical database requests.

See Also
sbIDatabaseQuery.idl

Definition in file sbIDatabasePreparedStatement.idl.