|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Contains an implementation of the SpecifiedCursorManager
interface, an extension of the DataProvider
class, and ExpressSQLCursorManager
, a class that returns the SQL SELECT
statement specified by its Source
objects.
See:
Description
Class Summary | |
BaseCursorManager | An abstract class that has a method for determining if an instance of a class that extends it is open and a method for closing the instance. |
ExpressDataCursorManager | A CursorManager that manages Cursor objects for an Oracle OLAP application, which creates an ExpressDataCursorManager by calling the createCursorManager method of an ExpressDataProvider without using a CursorManagerSpecification . |
ExpressDataProvider | A concrete subclass of DataProvider that creates objects that an application uses in creating queries and retrieving data from an Oracle Database instance. |
ExpressSpecifiedCursorManager | A SpecifiedCursorManager that manages Cursor objects for an Oracle OLAP application, which creates an ExpressSpecifiedCursorManager by calling the createCursorManager method of an ExpressDataProvider . |
ExpressSQLCursorManager | A SQLCursorManager that extends BaseCursorManager and that has methods for getting the SQL statement that Oracle OLAP generates for a Source that specifies a query. |
Exception Summary | |
ExpressNotCommittableException | Indicates that the ExpressTransactionProvider has determined that the query defined in the current Transaction is invalid. |
UnknownServerVersionException | Indicates that the client application does not understand the version of Oracle Database to which it is connected. |
Contains an implementation of the SpecifiedCursorManager
interface, an extension of the DataProvider
class, and ExpressSQLCursorManager
, a class that returns the SQL SELECT
statement specified by its Source
objects.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |