[Objectbridge-developers] [ANN] OQL Parser finished
Brought to you by:
thma
From: <tho...@it...> - 2001-05-09 11:05:27
|
Hi all, I'm quite excited about the newest feature integrated into OJB: the OQL interface. My colleague Christian took the sample OQL grammar from the ODMG site and modified it in a way that the resulting Parser transforms OQL strings into ojb.broker.query.Query Objects. These query objects can be used by the PersistenceBroker to perform database queries. I integrated this parser into the ODMG implementation and was already able to let the tutorial2 (ODMG tutorial) Application run exclusively against the ODMG API. I will include this parser into the next release. There are still a few things missing, like the query methods in the ODMG collection classes or the bind facility. Once these things are done I would like to make a major version shift from 0.1.x to 0.5.x Thomas |