This method of the Recordset class determines whether a specified Recordset object supports a particular type of functionality.
public boolean supports(int cursorOptions);
Returns a boolean value that indicates whether all the features identified by the cursorOptions argument are supported by the provider.
cursorOptions | An integer that consists of one or more AdoEnums.CursorOption values. |