Last modified 3 years ago
eobjects.org QueryParser
QueryParser is a SQL-query parser that transforms query strings into Query-objects that are traversable and modifyable in an object oriented manner. QueryParser relies on MetaModel for the query modelling and the parsing engine is built using ANTLR language recognition.
Contributing
There are several ways you can contribute to QueryParser...
- Post your ideas to the discussion forum.
- Add new tickets for future development.
- Check out the code and post patches.
- subversion: http://eobjects.org/svn/QueryParser/trunk
Here are some useful info for developers:
- Javadoc API documentation: http://eobjects.org/hudson/job/QueryParser/ws/trunk/target/site/apidocs/index.html
