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. The methods available in ObjectListManager allow you to create a boObjectList instance from a XEOQL query.
a
No permission to view TWiki.WebTopBar