Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-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 manages the buffering of data for the Cursor objects it creates.
CursorManagerUpdateListener An interface for a listener object that a CursorManager notifies when a change occurs to the Source for the CursorManager.
SourceIdentifier An interface for an object that identifies a Source or a MetadataProvider.
ValueCursor A Cursor that has a value at its current position.

 

Class Summary
CursorInput An object that specifies a value for a Source object.
CursorManagerUpdateEvent An event passed by a CursorManager to its CursorManageUpdateListener objects.
SourceType This class is not used by OLAP API application developers.

 

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 SpecifiedCursorManager has changed and the SpecifiedCursorManager needs a new CursorManagerSpecification.
StructureUpdatedException Indicates that the structure of the Source for a CursorManager has changed.

 

Package oracle.olapi.data.cursor Description

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


Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.