Prakash Premkumar wrote:
> Instead of generating an sql query for a select statement, I would like to
> bypass the parser and fill in struct Select by myself based on the data I
> have and Pass it to sqlite3Select() function. Can you please give me some
> pointers in this direction ?

Just do the same that sqlite3_prepare_v2() and all the functions called from
it do.

(For a generic question like this, no more specific answer is possible.)

> I think eliminating parsing would be an optimization.

"Think" is the wrong word to use here.  Optimizations make sense only
when you have identified a bottleneck by measuring.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to