Re: [sqlite] Definition of struct sqlite3_stmt

2014-09-22 Thread Prakash Premkumar
Thanks Clemens and hick On 22 Sep 2014 14:22, "Clemens Ladisch" wrote: > 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 vi

Re: [sqlite] Definition of struct sqlite3_stmt

2014-09-22 Thread Clemens Ladisch
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.

Re: [sqlite] Definition of struct sqlite3_stmt

2014-09-21 Thread Hick Gunter
It is at the very end of vdbeint.h -Ursprüngliche Nachricht- Von: Prakash Premkumar [mailto:prakash.p...@gmail.com] Gesendet: Montag, 22. September 2014 07:29 An: General Discussion of SQLite Database Betreff: [sqlite] Definition of struct sqlite3_stmt Hi, Can you please tell me where

[sqlite] Definition of struct sqlite3_stmt

2014-09-21 Thread Prakash Premkumar
Hi, Can you please tell me where is the definition of the struct sqlite3_stmt ? A search in sqlite3.c yields on the typedef statement of the struct , typedef struct sqlite3_stmt sqlite3_stmt; Thanks for your help. ___ sqlite-users mailing list sqlite-