A NHibernate Driver for using the IBM.Data.DB2.iSeries DataProvider.

The following tables list the members exposed by the DB2400Driver type.

Public Methods

  NameDescription
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

  NameDescription
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

  NameDescription
DB2400DriverNew
Initializes a new instance of the DB2Driver class.

Public Properties

Protected Properties

  NameDescription
IsPrepareSqlEnabled (Inherited from DriverBase.)
SupportsPreparingCommands
Does this Driver support IDbCommand.Prepare().
(Inherited from DriverBase.)