Microsoft SDK for Java

AdoEnums.FilterGroup Class Fields

The FilterGroup class contains the fields shown in the following table.

Constant Value Description
NONE 0 Removes the current filter and restores all records to view.
PENDINGRECORDS 1 Allows you to view only records that have changed but have not yet been sent to the server. Applicable only for batch update mode.
AFFECTEDRECORDS 2 Allows you to view only records affected by the last com.ms.wfc.data.Recordset.delete, resync, updateBatch, or cancelBatch call.
FETCHEDRECORDS 3 Allows you to view records in the current cache; that is, the results of the last call to retrieve records from the database.
CONFLICTINGRECORDS 5 Allows you to view the records that failed the last batch update attempt.

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