Microsoft SDK for Java

supports

This method of the Recordset class determines whether a specified Recordset object supports a particular type of functionality.

Syntax

public boolean supports(int cursorOptions);

Return Value

Returns a boolean value that indicates whether all the features identified by the cursorOptions argument are supported by the provider.

Parameters

cursorOptions An integer that consists of one or more AdoEnums.CursorOption values.

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