Hi,

> I was wondering is it possible to use H2 to parse sql and get some
> kind of abstract syntax tree. I have looked and it does not appear to
> be easy to use in this way. Can someone confirm this?

It depends what you need. When parsing (class Parser), H2 constructs
objects of type 'Prepared' (see the org.h2.command package). Those
contain the parsed information, but not the complete syntax tree.

Regards,
Thomas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to