A NHibernate Driver for using the IBM.Data.DB2.iSeries DataProvider.
The following tables list the members exposed by the DB2400Driver type.
Public Methods
| Name | Description | |
|---|---|---|
| Configure | (Inherited from DriverBase.) | |
| CreateBatcher |
Create an instance of IBatcher according to the configuration
and the capabilities of the driver
(Inherited from DriverBase.) | |
| CreateCommand | (Inherited from ReflectionBasedDriver.) | |
| CreateConnection | (Inherited from ReflectionBasedDriver.) | |
| FormatNameForParameter |
Changes the parameterName into the correct format for an IDbParameter
for the Driver.
(Inherited from DriverBase.) | |
| FormatNameForSql |
Change the parameterName into the correct format IDbCommand.CommandText
for the ConnectionProvider
(Inherited from DriverBase.) | |
| GenerateCommand | (Inherited from DriverBase.) | |
| GenerateOutputParameter | (Inherited from DriverBase.) | |
| PrepareCommand | (Inherited from DriverBase.) |
Protected Methods
| Name | Description | |
|---|---|---|
| GenerateParameter |
Generates an IDbDataParameter for the IDbCommand. It does not add the IDbDataParameter to the IDbCommand's
Parameter collection.
(Inherited from DriverBase.) | |
| InitializeParameter | (Inherited from DriverBase.) |
Public Constructors
| Name | Description | |
|---|---|---|
| DB2400DriverNew |
Initializes a new instance of the DB2Driver class.
|
Public Properties
| Name | Description | |
|---|---|---|
| NamedPrefix | (Overrides .NamedPrefix.) | |
| SupportsMultipleOpenReaders | (Overrides .SupportsMultipleOpenReaders.) | |
| SupportsMultipleQueries | (Inherited from DriverBase.) | |
| UseNamedPrefixInParameter | (Overrides .UseNamedPrefixInParameter.) | |
| UseNamedPrefixInSql | (Overrides .UseNamedPrefixInSql.) |
Protected Properties
| Name | Description | |
|---|---|---|
| IsPrepareSqlEnabled | (Inherited from DriverBase.) | |
| SupportsPreparingCommands |
Does this Driver support IDbCommand.Prepare().
(Inherited from DriverBase.) |