Uses of Enum Class
org.nuxeo.ecm.core.storage.FulltextQueryAnalyzer.Op
Packages that use FulltextQueryAnalyzer.Op
Package
Description
Database 
Dialects 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.OpMethods in org.nuxeo.ecm.core.storage that return FulltextQueryAnalyzer.OpModifier and TypeMethodDescriptionstatic FulltextQueryAnalyzer.OpReturns 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
Methods in org.nuxeo.ecm.core.storage.sql.jdbc.dialect with parameters of type FulltextQueryAnalyzer.OpModifier and TypeMethodDescriptionprotected static voidDialectMySQL.translateForMySQL(FulltextQueryAnalyzer.FulltextQuery ft, FulltextQueryAnalyzer.Op superOp, StringBuilder sb)