All Packages

Package com.ms.wfc.data

Provides basic data access using the ActiveX Data Objects (ADO) object model. Also provides classes that support data formatting.

Classes

AdoEnums
Defines the ADO enumeration constants.
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.
ConnectionEvent
Provides data for events that result from an operation performed with a Connection object.
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.
Timestamp
Represents a timestamp data type.

Interfaces

IDataFormat
Defines the data formatting interface.

Delegates

ConnectionEventHandler
Identifies a handler method for events performed with a Connection object.
RecordsetEventHandler
Identifies a handler method for events performed with a Recordset object.