The com.ms.wfc.data package contains the following classes:
AdoEnums.AdcPropAsyncThreadPriority specifies the execution priority of the asynchronous thread that fetches data for a Remote Data Service (RDS) Recordset object.
AdoEnums.AdcPropUpdateCriteria specifies which fields can be used to detect conflicts during an optimistic update of a row of the data source with a Remote Data Service (RDS) Recordset object.
AdoEnums.Affect specifies which records are affected by an operation.
AdoEnums.Bookmark specifies a bookmark indicating where the operation should begin.
AdoEnums.CommandType specifies how a command argument should be interpreted.
AdoEnums.Compare specifies the relative position of two records represented by their bookmarks.
AdoEnums.ConnectMode specifies the available permissions for modifying data in a Connection, opening a Record, or specifying values for the Mode property of the Record and Stream objects.
AdoEnums.ConnectOption specifies whether the Open method of a Connection object should return after (synchronously) or before (asynchronously) the connection is established.
AdoEnums.ConnectPrompt specifies whether a dialog box should be displayed to prompt for missing parameters when opening a connection to a data source.
AdoEnums.CursorLocation specifies the location of the cursor engine.
AdoEnums.CursorOption specifies what functionality the com.ms.wfc.data.Recordset.supports method should test for.
AdoEnums.CursorType specifies the type of cursor used in a com.ms.wfc.data.Recordset object.
AdoEnums.DataType specifies the data type of a field, parameter, or object.
AdoEnums.EditMode specifies the editing status of a record.
AdoEnums.ErrorValue specifies the type of ADO (Microsoft® ActiveX Data Objects) runtime error.
AdoEnums.EventReason specifies the reason that caused an event to occur.
AdoEnums.EventStatus specifies the current status of the execution of an event.
AdoEnums.ExecuteOption specifies how a provider should execute a command.
AdoEnums.FieldAttribute specifies one or more attributes, or characteristics, of a Field object.
AdoEnums.FilterGroup specifies the group of records to be filtered from a Recordset.
AdoEnums.GetRowsOption specifies how many records to retrieve from a Recordset.
AdoEnums.IsolationLevel specifies the level of transaction isolation for a Connection object.
AdoEnums.LockType specifies the type of lock placed on records during editing.
AdoEnums.MarshalOptions specifies which records should be returned to the server.
AdoEnums.ObjectState specifies whether an object is open or closed, connecting to a data source, executing a command, or fetching data.
AdoEnums.ParameterAttributes specifies the attributes of a Parameter object.
AdoEnums.ParameterDirection specifies whether the Parameter represents an input parameter, an output parameter, or both, or if the parameter is the return value from a stored procedure.
AdoEnums.PersistFormat specifies the format in which to save a Recordset.
AdoEnums.Position specifies the current position of the record pointer within a Recordset.
AdoEnums.PropertyAttributes specifies the attributes of an AdoProperties object.
AdoEnums.RecordStatus specifies the status of a record with regard to batch updates and other bulk operations.
AdoEnums.Resync specifies whether underlying values are overwritten by a call to Resync.
AdoEnums.Schema specifies the type of schema Recordset to be retrieved by the OpenSchema method.
AdoEnums.SearchDirection specifies the direction of a record search within a Recordset.
AdoEnums.StringFormat specifies the format when retrieving a Recordset as a string.
AdoEnums.XactAttribute specifies the transaction attributes of a Connection object.
AdoEvent is the basis of ADO event handlers.
AdoException represents an ADO exception.
AdoProperties encapsulates the ADO Properties collection, which contains all Property objects for an instance of an ADO object.
AdoProperty encapsulates the ADO Property object, which represents a property for an ADO object.
BooleanDataFormat represents a data format object for formatting boolean data types.
Command encapsulates the ADO Command object, which represents an executable command against a data source.
Connection encapsulates the ADO Connection object, which represents a connection to a data source.
DataFormat represents the abstract implementation of the IDataFormat interface.
DataSpace encapsulates the ADO DataSpace object, which creates client-side proxies to business objects located on the middle tier.
DateDataFormat represents a data format object for formatting date and time data types.
DateFormat defines constants that specify the formats used by a DateDataFormat object.
Error encapsulates the ADO Error object, which represents a provider error.
Errors encapsulates the ADO Errors collection, which contains all Error objects created in response to provider errors.
Field encapsulates the ADO Field object, which represents a column of data with a data type.
Fields encapsulates the ADO Fields collection, which contains all Field objects of a Recordset object.
NumberDataFormat represents a data format object for formatting numeric data types.
ObjectProxy represents a server.
Parameter encapsulates the ADO Parameter object, which represents a parameter associated with a parameterized query or stored procedure.
Parameters encapsulates the ADO Parameters collection, which contains all Parameter objects of a Command object.
Recordset encapsulates the ADO Recordset object, which represents the set of records from a base table or from the results of an executed command.
RecordsetEvent provides data for events that result from an operation performed with a Recordset object.