Hi, On 3/23/07, Ankit Goel <[EMAIL PROTECTED]> wrote:
I am looking for a SQL parser which should return me a JAVA object representation of the input SQL components. I tried out the SQL Parser which is provided as a part of Apache Jackrabbit project. [...] I wanted to know as to what features of SQL are supported by this Parser. Or, is there any other parser which I can use. Please let me know if I am missing something here.
The SQL parser in Jackrabbit is only designed to support the SQL subset specified in JSR 170. If you want parser for the full standard SQL syntax, then a real database project like Apache Derby would probably contain better tools. BR, Jukka Zitting
