| Package | Description |
|---|---|
| org.nuxeo.ecm.core.storage | |
| org.nuxeo.ecm.core.storage.sql.jdbc.dialect |
Database
Dialects implementations;
a Dialect encapsulates knowledge about database-specific behavior. |
| Modifier and Type | Field and Description |
|---|---|
FulltextQueryAnalyzer.Op |
FulltextQueryAnalyzer.FulltextQuery.op |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DialectMySQL.translateForMySQL(FulltextQueryAnalyzer.FulltextQuery ft,
FulltextQueryAnalyzer.Op superOp,
StringBuilder buf) |
Copyright © 2019 Nuxeo. All rights reserved.