Nuxeo ECM Projects 5.4.3-SNAPSHOT

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. 
org.nuxeo.ecm.directory.sql   
 

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
SQLInfo(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()
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.db with parameters of type Dialect
 String Join.getTable(Dialect dialect)
           
 String Join.toSql(Dialect dialect)
          Does not return the WHERE clause.
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc.db with parameters of type Dialect
Database(Dialect dialect)
           
TableImpl(Dialect dialect, String name, String key)
          Creates a new empty table.
 

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 DialectHSQLDB
          HSQLDB-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(Connection connection, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
          Creates a Dialect by connecting to the datasource to check what database is used.
 

Uses of Dialect in org.nuxeo.ecm.directory.sql
 

Methods in org.nuxeo.ecm.directory.sql that return Dialect
 Dialect SQLDirectory.getDialect()
           
 

Methods in org.nuxeo.ecm.directory.sql with parameters of type Dialect
static Table SQLHelper.addTable(String name, Dialect dialect, boolean nativeCase)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.