Uses of Class
org.ujorm.orm.SqlDialect

Packages that use SqlDialect
org.ujorm.orm The ORM support. 
org.ujorm.orm.dialect   
org.ujorm.orm.metaModel   
org.ujorm.orm.template   
 

Uses of SqlDialect in org.ujorm.orm
 

Fields in org.ujorm.orm declared as SqlDialect
protected  SqlDialect CriterionDecoder.dialect
           
protected  SqlDialect SqlDialectEx.dialect
          The main dialect
 

Methods in org.ujorm.orm that return SqlDialect
 SqlDialect Session.getDialect(Class<? extends OrmUjo> ormType)
          Check dialecttype
 

Constructors in org.ujorm.orm with parameters of type SqlDialect
SqlDialectEx(SqlDialect dialect)
          Constructor
 

Uses of SqlDialect in org.ujorm.orm.dialect
 

Subclasses of SqlDialect in org.ujorm.orm.dialect
 class DerbyDialect
          Derby (http://db.apache.org/derby/)
NOTE: Dialect supports a LIMIT and OFFSET of the Derby release 10.5
 class FirebirdDialect
           
 class H2Dialect
          H2 (http://www.h2database.com)
 class HsqldbDialect
          Hsqldb dialect (http://hsqldb.org)
 class MSSqlDialect
          Dialect for the MSSQL tested on SQL Server 2008 R2 with Microsoft SQL Server JDBC Driver 3.0 from http://msdn.microsoft.com/data/jdbc
http://www.microsoft.com/sqlserver/
Note: This dialect the is an early release 1.10.beta.
 class MySqlDialect
          Dialect for the MySQL since release 5.0 for the InnoDB engine.
 class OracleDialect
          Oracle (www.oracle.com/) release 9.0
 class PostgreSqlDialect
          PostgreSQL (http://www.postgresql.org/)
 

Uses of SqlDialect in org.ujorm.orm.metaModel
 

Fields in org.ujorm.orm.metaModel with type parameters of type SqlDialect
static Key<MetaDatabase,Class<? extends SqlDialect>> MetaDatabase.DIALECT
          SQL dialect type of Class<SqlDialect>
 

Methods in org.ujorm.orm.metaModel that return SqlDialect
protected  SqlDialect MetaDbService.getDialect()
           
 SqlDialect MetaDatabase.getDialect()
          Returns a SQL dialect for the current database.
 

Uses of SqlDialect in org.ujorm.orm.template
 

Methods in org.ujorm.orm.template that return SqlDialect
protected  SqlDialect AliasTable.getDialect()
          Returns SQL Dialect
 



Copyright 2013, Pavel Ponec