Hi Richard,

Thanks for your reply:

> SQLite doesn't really do a parse tree so much.  It does a little.  Sometimes. 
>  But its style of operation is closer to "syntax directed translation", 
> especially for the CREATE TABLE statement.

So is there any way to extract a meaningful breakup of a create statement (I 
showed create table, but I am also after views, triggers etc) using a call to 
an SQLite method or is there some prepared Lemon syntax generator to do this?

Thanks,
Tom
BareFeet

 --
Comparison of SQLite GUI tools:
http://www.tandb.com.au/sqlite/compare/?ml

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

Reply via email to