Uses of Class
org.nuxeo.ecm.core.storage.FulltextQueryAnalyzer.Op
-
Packages that use FulltextQueryAnalyzer.Op Package Description org.nuxeo.ecm.core.storage org.nuxeo.ecm.core.storage.sql.jdbc.dialect DatabaseDialect
s implementations; a Dialect encapsulates knowledge about database-specific behavior. -
-
Uses of FulltextQueryAnalyzer.Op in org.nuxeo.ecm.core.storage
Fields in org.nuxeo.ecm.core.storage declared as FulltextQueryAnalyzer.Op Modifier and Type Field Description FulltextQueryAnalyzer.Op
FulltextQueryAnalyzer.FulltextQuery. op
Methods in org.nuxeo.ecm.core.storage that return FulltextQueryAnalyzer.Op Modifier and Type Method Description static FulltextQueryAnalyzer.Op
FulltextQueryAnalyzer.Op. valueOf(String name)
Returns the enum constant of this type with the specified name.static FulltextQueryAnalyzer.Op[]
FulltextQueryAnalyzer.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FulltextQueryAnalyzer.Op in org.nuxeo.ecm.core.storage.sql.jdbc.dialect
Methods in org.nuxeo.ecm.core.storage.sql.jdbc.dialect with parameters of type FulltextQueryAnalyzer.Op Modifier and Type Method Description protected static void
DialectMySQL. translateForMySQL(FulltextQueryAnalyzer.FulltextQuery ft, FulltextQueryAnalyzer.Op superOp, StringBuilder sb)
-