Nonstop Database, HiRDB Version 9 UAP Development Guide

[Contents][Index][Back][Next]

16.3 List of classes provided by HiRDB.NET Data Provider

HiRDB.NET Data Provider complies with ADO.NET specifications.

The following table lists and describes the classes provided by HiRDB.NET Data Provider.

Table 16-1 List of HiRDB.NET Data Provider classes

Class Function Supported ADO.NET version
HiRDBCommand Represents an SQL statement or stored procedure that is executed on a database. 1.1 or later
HiRDBCommandBuilder Automatically creates a single table command to make a change to DataSet that has been associated with a database. 1.1 or later
HiRDBConnection Represents an open connection to a database. 1.1 or later
HiRDBDataAdapter Represents a series of data commands and database connections that are used to store data in DataSet and update a database. 1.1 or later
HiRDBDataReader Provides a method for reading a forward stream in data rows from a database. 1.1 or later
HiRDBException Represents an exception that is created when a warning or error is returned from HiRDB.NET Data Provider. 1.1 or later
HiRDBParameter Represents a HiRDBCommand parameter and a map for DataColumn as an option. 1.1 or later
HiRDBParameterCollection Represents a parameter collection associated with HiRDBCommand and a map of each parameter for DataSet columns. 1.1 or later
HiRDBProviderFactory Creates an instance of each class provided by HiRDB.NET Data Provider 2.0 or later
HiRDBRowUpdatedEventArgs Provides data for a RowUpdated event. 1.1 or later
HiRDBRowUpdatingEventArgs Provides data for a RowUpdating event. 1.1 or later
HiRDBTransaction Represents a transaction that is executed on a database. 1.1 or later