[Missing <summary> documentation for "N:NHibernate.Dialect"]

Classes

  ClassDescription
Public classDB2400Dialect
An SQL dialect for DB2 on iSeries OS/400.
Public classDB2Dialect
An SQL dialect for DB2.
Public classDialect
Represents a dialect of SQL implemented by a particular RDBMS. Subclasses implement NHibernate compatibility with different systems.
Protected classDialect..::..AvgQueryFunctionInfo
Protected classDialect..::..CountQueryFunctionInfo
Public classDialect..::..NoOpViolatedConstraintNameExtracter
Public classDialect..::..QuotedAndParenthesisStringTokenizer
This specialized string tokenizier will break a string to tokens, taking into account single quotes, parenthesis and commas and [ ] Notice that we aren't differenciating between [ ) and ( ] on purpose, it would complicate the code and it is not legal at any rate.
Protected classDialect..::..SumQueryFunctionInfo
Public classFirebirdDialect
Summary description for FirebirdDialect.
Public classGenericDialect
A generic SQL dialect which may or may not work on any actual databases
Public classIfxViolatedConstraintExtracter
Public classInformixDialect
Summary description for InformixDialect. This dialect is intended to work with IDS version 7.31 However I can test only version 10.00 as I have only this version at work
Public classInformixDialect0940
Summary description for InformixDialect. This dialect is intended to work with IDS version 9.40
Public classInformixDialect1000
Summary description for InformixDialect. This dialect is intended to work with IDS version 10.00
Public classIngresDialect
An SQL dialect for IngresSQL.
Public classMsSql2000Dialect
An SQL dialect compatible with Microsoft SQL Server 2000.
Protected classMsSql2000Dialect..::..CountBigQueryFunction
Public classMsSql2005Dialect
Public classMsSql2008Dialect
Public classMsSql7Dialect
An SQL dialect compatible with Microsoft SQL Server 7.
Public classMsSqlAzure2008Dialect
Public classMsSqlCe40Dialect
Public classMsSqlCeDialect
A dialect for SQL Server Everywhere (SQL Server CE).
Public classMySQL5Dialect
Public classMySQLDialect
A SQL dialect for MySQL
Public classOracle10gDialect
A dialect specifically for use with Oracle 10g.
Public classOracle8iDialect
A dialect for Oracle 8i.
Public classOracle9iDialect
Public classOracleLiteDialect
It's a immature version, it just work. An SQL dialect for Oracle Lite
Public classPostgreSQL81Dialect
An SQL dialect for PostgreSQL 8.1 and above.
Public classPostgreSQL82Dialect
An SQL dialect for PostgreSQL 8.2 and above.
Public classPostgreSQLDialect
An SQL dialect for PostgreSQL.
Public classSQLiteDialect
A SQL dialect for SQLite.
Protected classSQLiteDialect..::..SQLiteCastFunction
Public classSybaseASA10Dialect Obsolete.
Public classSybaseASA9Dialect
An SQL dialect for Sybase Adaptive Server Anywhere 9.0
Public classSybaseASE15Dialect
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher.
Public classSybaseSQLAnywhere10Dialect
SQL Dialect for SQL Anywhere 10 - for the NHibernate 3.0.0 distribution Copyright (C) 2010 Glenn Paulley Contact: http://iablog.sybase.com/paulley This NHibernate dialect should be considered BETA software. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Public classSybaseSQLAnywhere11Dialect
SQL Dialect for SQL Anywhere 11 - for the NHibernate 3.0.0 distribution Copyright (C) 2010 Glenn Paulley Contact: http://iablog.sybase.com/paulley This NHibernate dialect should be considered BETA software. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Public classTypeNames
This class maps a DbType to names.

Enumerations