Class NonScrollablePamCursor

java.lang.Object
generalDatabase.pamCursor.PamCursor
generalDatabase.pamCursor.NonScrollablePamCursor

public class NonScrollablePamCursor extends PamCursor
A wrapper around non scrollable cursors to make them behave in the same way as a scrollable cursor.

When the cursor is opened, all data are fetched into memory buffers and the statement used to fetch the data is closed.

The data consist of arrays of type Object. These can be fetched and scrolled through as though we were using a scrollable cursor working on the database.

Whenever a row is updated, a simpel query which updates that single row get's called.

Author:
Doug