The addOnFetchProgress and removeOnFetchProgress methods of the Recordset class add or remove a notification of the progress of a data retrieval operation, respectively.
public void addOnFetchProgress(RecordsetEventHandler handler);
public void removeOnFetchProgress(RecordsetEventHandler handler);
handler | The routine defined for this event. |