Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


Package oracle.olapi.data.cursor

Contains interfaces and classes for retrieving and accessing the result set of a query.

See:
          Description

Interface Summary
CompoundCursor A Cursor for a Source that has outputs.
Cursor An interface for objects that provide access to the result set of a query.
CursorManager An interface for an object that creates and manages Cursor objects.
CursorManagerUpdateListener An interface for a listener object that a CursorManager notifies when a change occurs to the Source associated with the CursorManager.
SourceIdentifier An interface for an object that contains a unique identifier for a Source or a MetadataProvider.
ValueCursor A Cursor that has a value at its current position.

 

Class Summary
CursorInput Deprecated. As of Oracle 11g Release 1 (11.1); no replacement; see Parameter.
CursorManagerUpdateEvent An event passed by a CursorManager to the CursorManageUpdateListener objects associated with it.

 

Exception Summary
IncorrectDataTypeException Indicates that the data type requested is not the type available or expected.
NoDataAvailableException Indicates that the query resulted in no data for the values specified by the Cursor.
NotSpecifiedException Indicates that the operation cannot be performed because the application did not specify that it wanted the information.
PositionOutOfBoundsException Indicates that the specified position is not valid.
SpecificationUpdateNeededException Indicates that the structure of the Source for a CursorManager has changed and the CursorManager needs a new CursorInfoSpecification.
StructureUpdatedException Indicates that the structure of the Source associated with a CursorManager has changed.

 

Package oracle.olapi.data.cursor Description

Contains interfaces and classes for retrieving and accessing the result set of a query.


Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.