dotConnect for DB2 Documentation
Inheritance Hierarchy
In This Topic
    Devart.Data.DB2 Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents a SQL statement or stored procedure to execute against DB2.
    ClassAutomatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the DB2.
    ClassRepresents an open connection to DB2.
    ClassRepresents the method that will handle the DB2Connection.Error event of an OracleConnection.
    ClassGenerates automatically connection strings used to connect to DB2.
    ClassRepresents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a DB2 data.
    ClassReads a forward-only stream of rows from DB2.
    ClassRepresents an in-memory cache of data with support for DB2-specific features.
    ClassProvides a mechanism for enumerating all known DB2 servers.
    ClassRepresents a single object that provides all of the functionality needed to retrieve and manipulate data from a DB2 data source.
    ClassRepresents a DB2 error returned by the server.
    ClassCollects errors of an exception generated by dotConnect for DB2.
    ClassThe exception that is generated when DB2 server returns an error.
    ClassProvides data for the DB2Connection.InfoMessage event of the DB2Connection class.
    ClassServes to load external data into DB2.
    ClassRepresents the attributes for column loading.
    ClassRepresents a collection of columns relevant to a DB2Loader.
    ClassEnumerates collection names you can use for metadata retrieval purposes.
    ClassMonitors dynamic SQL execution in applications that use dotConnect for DB2.
    ClassRepresents a parameter to a DB2Command, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a DB2Command as well as their respective mappings to System.Data.DataSet columns.
    ClassRepresents a factory required to create inheritors of generic base classes to use with dotConnect for DB2.
    ClassProvides data for the DB2DataAdapter.RowUpdated event.
    ClassProvides data for the DB2DataAdapter.RowUpdating event. This class cannot be inherited.
    ClassServes to execute series of SQL statements separated by special symbols.
    ClassRepresents DB2 SELECT statement.
    ClassRepresents a SQL transaction to be made in the DB2 database.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the DB2Connection.Error event of an DB2Connection.
    DelegateRepresents the method that will handle the DB2Connection.InfoMessage event of an DB2Connection.
    DelegateRepresents the method that will handle the DB2DataAdapter.RowUpdated event of an DB2DataAdapter.
    DelegateRepresents the method that will handle the DB2DataAdapter.RowUpdating event of an DB2DataAdapter.
    Enumerations
     EnumerationDescription
    EnumerationDetermines the type of high precision to use.
    EnumerationDefines specific behaviors for writing data to server.
    EnumerationSpecifies the data type of a field or a parameter.
    See Also