Re: [OJB-developers] ANTLR help
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-04-30 05:11:51
|
Hit Matthew, Matthew Baird wrote: > I'm taking a crack at rewriting the OQL parser as it currently doesn't > support parenthesis in the where clause. Couple Questions for those in the > know: > > 1. Does ObjectBridge support complex use of parenthesis in criteria ie. (Foo > and (bar1 or bar2)) and (bar3 or bar4) yes, can be done with Criteria.addAndCriteria(Criteria) and Criteria.addOrCriteria(Criteria) > 2. Does anyone have the contact information for Simon, the guy that did the > current OQL Parser, I need to ask some questions. > I send it to you with my previous email. HTH, Thomas > Regards, > Matthew > > > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers > > > > |