Hello,


Eample: select * from table1 where id=2 and name='Mitja';



I give from vdbe:

-          sqlite3_column_count(pVM);

-          sqlite3_column_name(pVM, i);



but how can I get where condition? It is also parsed and interpreted in some
structures?

I need this datas for another interface which dont understand SQL syntax.



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

Reply via email to