See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
CursorManagerUpdateEvent |
An event passed by a
CursorManager to the CursorManageUpdateListener objects associated with it. |
Exception | Description |
---|---|
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. |