--
PedroRio - 27 Dec 2010
XeoQL - XEO Query Language ( also known as BOQL )
XEO Query Language (XEOQL a.k.a BOQL - Business Object Query Language) is a language designed to query instances of XEO Object Models. It's very similar to SQL and has many of the same constructors. SQL is designed to return records from a relational database, while XEOQL is designed to return Object Model instances from its datasource (tipically a relational database).
Using XEO's Java API to issue a XEOQL expression against the datasource will produce a
boObjectList instance which can be used to iterate through all elements that are the result of the query.
a