[Missing <summary> documentation for "N:NHibernate.Dialect"]
Classes
| Class | Description | |
|---|---|---|
| DB2400Dialect |
An SQL dialect for DB2 on iSeries OS/400.
| |
| DB2Dialect |
An SQL dialect for DB2.
| |
| Dialect |
Represents a dialect of SQL implemented by a particular RDBMS. Subclasses
implement NHibernate compatibility with different systems.
| |
| Dialect..::..AvgQueryFunctionInfo | ||
| Dialect..::..CountQueryFunctionInfo | ||
| Dialect..::..NoOpViolatedConstraintNameExtracter | ||
| Dialect..::..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.
| |
| Dialect..::..SumQueryFunctionInfo | ||
| FirebirdDialect |
Summary description for FirebirdDialect.
| |
| GenericDialect |
A generic SQL dialect which may or may not work on any actual databases
| |
| IfxViolatedConstraintExtracter | ||
| InformixDialect |
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
| |
| InformixDialect0940 |
Summary description for InformixDialect.
This dialect is intended to work with IDS version 9.40
| |
| InformixDialect1000 |
Summary description for InformixDialect.
This dialect is intended to work with IDS version 10.00
| |
| IngresDialect |
An SQL dialect for IngresSQL.
| |
| MsSql2000Dialect |
An SQL dialect compatible with Microsoft SQL Server 2000.
| |
| MsSql2000Dialect..::..CountBigQueryFunction | ||
| MsSql2005Dialect | ||
| MsSql2008Dialect | ||
| MsSql7Dialect |
An SQL dialect compatible with Microsoft SQL Server 7.
| |
| MsSqlAzure2008Dialect | ||
| MsSqlCe40Dialect | ||
| MsSqlCeDialect |
A dialect for SQL Server Everywhere (SQL Server CE).
| |
| MySQL5Dialect | ||
| MySQLDialect |
A SQL dialect for MySQL
| |
| Oracle10gDialect |
A dialect specifically for use with Oracle 10g.
| |
| Oracle8iDialect |
A dialect for Oracle 8i.
| |
| Oracle9iDialect | ||
| OracleLiteDialect |
It's a immature version, it just work.
An SQL dialect for Oracle Lite
| |
| PostgreSQL81Dialect |
An SQL dialect for PostgreSQL 8.1 and above.
| |
| PostgreSQL82Dialect |
An SQL dialect for PostgreSQL 8.2 and above.
| |
| PostgreSQLDialect |
An SQL dialect for PostgreSQL.
| |
| SQLiteDialect |
A SQL dialect for SQLite.
| |
| SQLiteDialect..::..SQLiteCastFunction | ||
| SybaseASA10Dialect | Obsolete. | |
| SybaseASA9Dialect |
An SQL dialect for Sybase Adaptive Server Anywhere 9.0
| |
| SybaseASE15Dialect |
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher.
| |
| SybaseSQLAnywhere10Dialect |
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
| |
| SybaseSQLAnywhere11Dialect |
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
| |
| TypeNames |
This class maps a DbType to names.
|