Microsoft SDK for Java

addOnFetchComplete

The addOnFetchComplete and removeOnFetchComplete methods of the Recordset class add or remove a notification that the retrieval operation has been completed, respectively.

Syntax

public void addOnFetchComplete(RecordsetEventHandler handler);
public void removeOnFetchComplete(RecordsetEventHandler handler);

Parameters

handler The routine defined for this event.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.