Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.storage.sql.jdbc.dialect.Dialect

Packages that use Dialect
org.nuxeo.ecm.core.storage.sql.jdbc   
org.nuxeo.ecm.core.storage.sql.jdbc.db Internal API to deal with the database by generating SQL statements. 
org.nuxeo.ecm.core.storage.sql.jdbc.dialect Database Dialects implementations; a Dialect encapsulates knowledge about database-specific behavior. 
 

Uses of Dialect in org.nuxeo.ecm.core.storage.sql.jdbc
 

Fields in org.nuxeo.ecm.core.storage.sql.jdbc declared as Dialect
 Dialect SQLInfo.dialect
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type Dialect
NXQLQueryMaker.WhereBuilder(Database database, Model model, Session.PathResolver pathResolver, Dialect dialect, Table hierTable, java.lang.String hierId, Table dataHierTable, java.lang.String dataHierId, boolean isProxies)
           
SQLInfo(RepositoryImpl repository, Model model, Dialect dialect)
          Generates and holds the needed SQL statements given a Model and a Dialect.
 

Uses of Dialect in org.nuxeo.ecm.core.storage.sql.jdbc.db
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.db that return Dialect
 Dialect TableImpl.getDialect()
           
 Dialect TableAlias.getDialect()
           
 Dialect Table.getDialect()
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc.db with parameters of type Dialect
Database(RepositoryImpl repository, Dialect dialect)
           
 

Uses of Dialect in org.nuxeo.ecm.core.storage.sql.jdbc.dialect
 

Subclasses of Dialect in org.nuxeo.ecm.core.storage.sql.jdbc.dialect
 class DialectDerby
          Derby-specific dialect.
 class DialectH2
          H2-specific dialect.
 class DialectMySQL
          MySQL-specific dialect.
 class DialectOracle
          Oracle-specific dialect.
 class DialectPostgreSQL
          PostgreSQL-specific dialect.
 class DialectSQLServer
          Microsoft SQL Server-specific dialect.
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.dialect that return Dialect
static Dialect Dialect.createDialect(java.sql.Connection connection, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
          Creates a Dialect by connecting to the datasource to check what database is used.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.