The QueryBuilder bean is a customizer of the Query
object. QueryBuilder lets you:
Create and edit data selections for an OLAP data store. (Editing includes the opportunity to change the default layout of the selected data.)
Have access to the advanced analytical query capabilities of Oracle OLAP.
Save favorites (that is, data selections) in the BI Beans Catalog. (After a favorite is saved, it appears in the QueryBuilder as an item that is available for selection.)
You can use the QueryBuilder bean as a design tool for the development of saved selections. You can also incorporate the QueryBuilder in a Java-client application or applet.
The QueryBuilder bean interacts with:
The MetadataManager bean to gather the metadata information that is needed to display or structure a query.
The Query
object to create and customize queries.
Adding a QueryBuilder to an Application
Comparison of a Dimension List Bean and the QueryBuilder Bean