Uses of Class
org.nuxeo.ecm.core.storage.sql.jdbc.dialect.Dialect.FulltextMatchInfo
-
Packages that use Dialect.FulltextMatchInfo Package Description org.nuxeo.ecm.core.opencmis.impl.server org.nuxeo.ecm.core.storage.sql.jdbc org.nuxeo.ecm.core.storage.sql.jdbc.dialect DatabaseDialects implementations; a Dialect encapsulates knowledge about database-specific behavior. -
-
Uses of Dialect.FulltextMatchInfo in org.nuxeo.ecm.core.opencmis.impl.server
Fields in org.nuxeo.ecm.core.opencmis.impl.server declared as Dialect.FulltextMatchInfo Modifier and Type Field Description protected Dialect.FulltextMatchInfoCMISQLQueryMaker. fulltextMatchInfo -
Uses of Dialect.FulltextMatchInfo in org.nuxeo.ecm.core.storage.sql.jdbc
Fields in org.nuxeo.ecm.core.storage.sql.jdbc declared as Dialect.FulltextMatchInfo Modifier and Type Field Description protected Dialect.FulltextMatchInfoNXQLQueryMaker.WhereBuilder. ftMatchInfo -
Uses of Dialect.FulltextMatchInfo in org.nuxeo.ecm.core.storage.sql.jdbc.dialect
Methods in org.nuxeo.ecm.core.storage.sql.jdbc.dialect that return Dialect.FulltextMatchInfo Modifier and Type Method Description abstract Dialect.FulltextMatchInfoDialect. 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.Dialect.FulltextMatchInfoDialectDB2. getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)Dialect.FulltextMatchInfoDialectH2. getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)Dialect.FulltextMatchInfoDialectMySQL. getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)Dialect.FulltextMatchInfoDialectOracle. getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)Dialect.FulltextMatchInfoDialectPostgreSQL. getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)Dialect.FulltextMatchInfoDialectSQLServer. getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
-