I\'m using SQLite (3.6.4) from a C++ application (using the standard C api). My question is: once a query has been prepared, using sqlite3_prepare_v2(), and bou
This will call a callback function (that you define) and on of the parameters is a char * of the SQL of the prepared statements (including bound parameters).