Mayur & Angela Patel-Lam added the comment:
Okay, I missed that in the documentation. I was looking for a handle to a
prepared statement. I suppose it's hashing on the text of the SQL statement
to determine equivalence?
I'm willing to retract the request. I need to restruc
New submission from Mayur & Angela Patel-Lam :
The sqlite3 module is wonderful, but the one advantage that C/C++ coders have
using that system is the ability to use precompiled/prepared SQL statements.
Some SQL databases like Postgresql allow you to precompile statements using
special