Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.jdbc.db.Database

Packages that use Database
org.nuxeo.ecm.core.storage.sql.jdbc   
org.nuxeo.ecm.core.storage.sql.jdbc.dialect Database Dialects implementations; a Dialect encapsulates knowledge about database-specific behavior. 
 

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

Fields in org.nuxeo.ecm.core.storage.sql.jdbc declared as Database
 Database SQLInfo.database
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return Database
 Database SQLInfo.getDatabase()
           
 

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

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.dialect with parameters of type Database
 void DialectPostgreSQL.existingTableDetected(Connection connection, Table table, Model model, Database database)
           
 void Dialect.existingTableDetected(Connection connection, Table table, Model model, Database database)
          Called after an existing table has been detected in the database.
 Dialect.FulltextMatchInfo DialectSQLServer.getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectPostgreSQL.getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectOracle.getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectMySQL.getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectHSQLDB.getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectH2.getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectDerby.getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
abstract  Dialect.FulltextMatchInfo Dialect.getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
          Gets the SQL information needed to do a a fulltext match, either with a direct expression in the WHERE clause, or using a join with an additional table.
 List<String> DialectPostgreSQL.getPostCreateTableSqls(Table table, Model model, Database database)
           
 List<String> Dialect.getPostCreateTableSqls(Table table, Model model, Database database)
          Gets the sql statements to call after a table has been created.
 Map<String,Serializable> DialectSQLServer.getSQLStatementsProperties(Model model, Database database)
           
 Map<String,Serializable> DialectPostgreSQL.getSQLStatementsProperties(Model model, Database database)
           
 Map<String,Serializable> DialectOracle.getSQLStatementsProperties(Model model, Database database)
           
 Map<String,Serializable> DialectMySQL.getSQLStatementsProperties(Model model, Database database)
           
 Map<String,Serializable> DialectHSQLDB.getSQLStatementsProperties(Model model, Database database)
           
 Map<String,Serializable> DialectH2.getSQLStatementsProperties(Model model, Database database)
           
 Map<String,Serializable> DialectDerby.getSQLStatementsProperties(Model model, Database database)
           
abstract  Map<String,Serializable> Dialect.getSQLStatementsProperties(Model model, Database database)
          Gets the properties to use with the SQL statements.
 boolean DialectPostgreSQL.preCreateTable(Connection connection, Table table, Model model, Database database)
           
 boolean Dialect.preCreateTable(Connection connection, Table table, Model model, Database database)
          Called before a table is created, when it's been determined that it doesn't exist yet.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.