Prakash Premkumar wrote:
> Can you please tell me where is the definition of the struct sqlite3_stmt ?
There is no definition of struct sqlite3_stmt.
Search for this instead:
/*
** An instance of the virtual machine. This structure contains the complete
** state of the virtual machine.
**
** The "sqlite3_stmt" structure pointer that is returned by sqlite3_prepare()
** is really a pointer to an instance of this structure.
...
*/
struct Vdbe {
Regards,
Clemens
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users