Class | Description | |
---|---|---|
![]() | DB2Command | Represents a SQL statement or stored procedure to execute against DB2. |
![]() | DB2CommandBuilder | Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the DB2. |
![]() | DB2Connection | Represents an open connection to DB2. |
![]() | DB2ConnectionErrorEventArgs | Represents the method that will handle the DB2Connection.Error event of an OracleConnection. |
![]() | DB2ConnectionStringBuilder | Generates automatically connection strings used to connect to DB2. |
![]() | DB2DataAdapter | Represents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a DB2 data. |
![]() | DB2DataReader | Reads a forward-only stream of rows from DB2. |
![]() | DB2DataSet | Represents an in-memory cache of data with support for DB2-specific features. |
![]() | DB2DataSourceEnumerator | Provides a mechanism for enumerating all known DB2 servers. |
![]() | DB2DataTable | Represents a single object that provides all of the functionality needed to retrieve and manipulate data from a DB2 data source. |
![]() | DB2Error | Represents a DB2 error returned by the server. |
![]() | DB2ErrorCollection | Collects errors of an exception generated by dotConnect for DB2. |
![]() | DB2Exception | The exception that is generated when DB2 server returns an error. |
![]() | DB2InfoMessageEventArgs | Provides data for the DB2Connection.InfoMessage event of the DB2Connection class. |
![]() | DB2Loader | Serves to load external data into DB2. |
![]() | DB2LoaderColumn | Represents the attributes for column loading. |
![]() | DB2LoaderColumnCollection | Represents a collection of columns relevant to a DB2Loader. |
![]() | DB2MetaDataCollectionNames | Enumerates collection names you can use for metadata retrieval purposes. |
![]() | DB2Monitor | Monitors dynamic SQL execution in applications that use dotConnect for DB2. |
![]() | DB2Parameter | Represents a parameter to a DB2Command, and optionally, its mapping to System.Data.DataSet columns. |
![]() | DB2ParameterCollection | Collects all parameters relevant to a DB2Command as well as their respective mappings to System.Data.DataSet columns. |
![]() | DB2ProviderFactory | Represents a factory required to create inheritors of generic base classes to use with dotConnect for DB2. |
![]() | DB2RowUpdatedEventArgs | Provides data for the DB2DataAdapter.RowUpdated event. |
![]() | DB2RowUpdatingEventArgs | Provides data for the DB2DataAdapter.RowUpdating event. This class cannot be inherited. |
![]() | DB2Script | Serves to execute series of SQL statements separated by special symbols. |
![]() | DB2SelectStatement | Represents DB2 SELECT statement. |
![]() | DB2Transaction | Represents a SQL transaction to be made in the DB2 database. |