Nuxeo Enterprise Platform 5.4

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

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type Database
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)
           
 

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

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

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(java.sql.Connection connection, Table table, Model model, Database database)
           
 void Dialect.existingTableDetected(java.sql.Connection connection, Table table, Model model, Database database)
          Called after an existing table has been detected in the database.
 Dialect.FulltextMatchInfo DialectSQLServer.getFulltextScoredMatchInfo(java.lang.String fulltextQuery, java.lang.String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectPostgreSQL.getFulltextScoredMatchInfo(java.lang.String fulltextQuery, java.lang.String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectOracle.getFulltextScoredMatchInfo(java.lang.String fulltextQuery, java.lang.String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectMySQL.getFulltextScoredMatchInfo(java.lang.String fulltextQuery, java.lang.String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectH2.getFulltextScoredMatchInfo(java.lang.String fulltextQuery, java.lang.String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
 Dialect.FulltextMatchInfo DialectDerby.getFulltextScoredMatchInfo(java.lang.String fulltextQuery, java.lang.String indexName, int nthMatch, Column mainColumn, Model model, Database database)
           
abstract  Dialect.FulltextMatchInfo Dialect.getFulltextScoredMatchInfo(java.lang.String fulltextQuery, java.lang.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.
 java.util.List<java.lang.String> DialectPostgreSQL.getPostCreateTableSqls(Table table, Model model, Database database)
           
 java.util.List<java.lang.String> Dialect.getPostCreateTableSqls(Table table, Model model, Database database)
          Gets the sql statements to call after a table has been created.
 java.util.Map<java.lang.String,java.io.Serializable> DialectSQLServer.getSQLStatementsProperties(Model model, Database database)
           
 java.util.Map<java.lang.String,java.io.Serializable> DialectPostgreSQL.getSQLStatementsProperties(Model model, Database database)
           
 java.util.Map<java.lang.String,java.io.Serializable> DialectOracle.getSQLStatementsProperties(Model model, Database database)
           
 java.util.Map<java.lang.String,java.io.Serializable> DialectMySQL.getSQLStatementsProperties(Model model, Database database)
           
 java.util.Map<java.lang.String,java.io.Serializable> DialectH2.getSQLStatementsProperties(Model model, Database database)
           
 java.util.Map<java.lang.String,java.io.Serializable> DialectDerby.getSQLStatementsProperties(Model model, Database database)
           
abstract  java.util.Map<java.lang.String,java.io.Serializable> Dialect.getSQLStatementsProperties(Model model, Database database)
          Gets the properties to use with the SQL statements.
 boolean DialectPostgreSQL.preCreateTable(java.sql.Connection connection, Table table, Model model, Database database)
           
 boolean Dialect.preCreateTable(java.sql.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.