[Missing namespace summary documentation for N:NHibernate.Driver]

Classes

  ClassDescription
public classASAClientDriver
The ASAClientDriver Driver provides a database driver for Adaptive Server Anywhere 9.0.

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

public classDB2Driver
A NHibernate Driver for using the IBM.Data.DB2 DataProvider.

public classDriverBase
Base class for the implementation of IDriver

public classFirebirdClientDriver
A NHibernate Driver for using the Firebird data provider located in FirebirdSql.Data.FirebirdClient assembly.

public classFirebirdDriver
A NHibernate Driver for using the FirebirdSql.Data.Firebird DataProvider.

public classIngresDriver
A NHibernate Driver for using the Ingres DataProvider

public classMySqlDataDriver
Provides a database driver for MySQL.

public classNDataReader
Some Data Providers (ie - SqlClient) do not support Multiple Active Result Sets (MARS). NHibernate relies on being able to create MARS to read Components and entities inside of Collections.

public classNHybridDataReader
An implementation of IDataReader that will work with either an IDataReader returned by Execute or with an IDataReader whose contents have been read into a NDataReader.

public classNpgsqlDriver
The PostgreSQL data provider provides a database driver for PostgreSQL.

Author: Oliver Weichhold


public classOdbcDriver
A NHibernate Driver for using the Odbc DataProvider

public classOleDbDriver
A NHibernate Driver for using the OleDb DataProvider

public classOracleClientDriver
A NHibernate Driver for using the Oracle DataProvider.

public classOracleDataClientDriver
A NHibernate Driver for using the Oracle.DataAccess DataProvider

public classReflectionBasedDriver
public classSqlClientDriver
A NHibernate Driver for using the SqlClient DataProvider

public classSQLite20Driver
NHibernate driver for the System.Data.SQLite data provider for .NET 2.0.

public classSQLiteDriver
NHibernate driver for the SQLite.NET data provider.

Author: Ioan Bizau


public classSqlServerCeDriver
A NHibernate driver for Microsoft SQL Server CE data provider

public classSqlStringFormatter
public classSybaseClientDriver
The SybaseClientDriver Driver provides a database driver for Sybase.

Interfaces

  InterfaceDescription
public interfaceIDriver
A strategy for describing how NHibernate should interact with the different .NET Data Providers.

public interfaceISqlParameterFormatter