Skip navigation links
Oracle® OLAP Java API Reference
19c

E96404-01

Package oracle.olapi.syntax

Contains classes that represent data types, functions, commands, and data objects.

See: Description

Package oracle.olapi.syntax Description

Contains classes that represent data types, functions, commands, and data objects. Data objects include classes that represent arguments, conditions, and other expressions.

Subclasses of SyntaxObject have methods that convert the object to or from text in Oracle OLAP expression syntax. The text can be SQL statements, or PL/SQL or OLAP DML functions or commands.

An application uses instances of objects from this package in mapping metadata objects to data in the database. Some objects, such as subclasses of Query and Expression, have a getSource method that returns an oracle.olapi.data.source.Source for which an oracle.olapi.data.cursor.Cursor can retrieve data.

BuildCommand objects specify actions that affect an analytic workspace. An application associates a BuildCommand object with a BuildItem and a BuildProcess.

Skip navigation links
Copyright © 2002, 2018, Oracle. All rights reserved.