Hi all,is it possible to reuse the class "org.apache.derby.impl.sql.compile.ParserImpl" to transform an SQL query into a query tree (consisting of relational algebra operators). I have seen the method "parseStatement" in class "ParserImpl" but i am not sure how i get an instance of this class? could anybody help me?
Best regards Carsten
