Uses of Enum Class
org.nuxeo.ecm.core.storage.FulltextQueryAnalyzer.Op
Package
Description
Database
Dialect
s implementations;
a Dialect encapsulates knowledge about database-specific behavior.-
Uses of FulltextQueryAnalyzer.Op in org.nuxeo.ecm.core.storage
Modifier and TypeMethodDescriptionstatic FulltextQueryAnalyzer.Op
Returns the enum constant of this class with the specified name.static FulltextQueryAnalyzer.Op[]
FulltextQueryAnalyzer.Op.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FulltextQueryAnalyzer.Op in org.nuxeo.ecm.core.storage.sql.jdbc.dialect
Modifier and TypeMethodDescriptionprotected static void
DialectMySQL.translateForMySQL
(FulltextQueryAnalyzer.FulltextQuery ft, FulltextQueryAnalyzer.Op superOp, StringBuilder sb)