A prepared database statement, compiled at first execution. More...
#include "nsISupports.idl"
Go to the source code of this file.
Classes | |
interface | sbIDatabasePreparedStatement |
A prepared database statement. More... | |
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.
Definition in file sbIDatabasePreparedStatement.idl.