| Package | Description |
|---|---|
| org.nuxeo.ecm.core.query.sql.model | |
| org.nuxeo.ecm.core.storage | |
| org.nuxeo.ecm.core.storage.mongodb | |
| org.nuxeo.ecm.core.storage.sql.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanLiteral
Boolean literal.
|
class |
DateLiteral |
class |
DoubleLiteral |
class |
IntegerLiteral |
class |
StringLiteral |
| Modifier and Type | Method and Description |
|---|---|
Literal |
SelectClause.getLiteral(int i) |
Literal |
SelectClause.getLiteral(String alias) |
| Modifier and Type | Method and Description |
|---|---|
void |
IVisitor.visitLiteral(Literal node) |
void |
DefaultQueryVisitor.visitLiteral(Literal node) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpressionEvaluator.walkLiteral(Literal lit) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MongoDBQueryBuilder.walkLiteral(Literal lit) |
| Modifier and Type | Method and Description |
|---|---|
protected static Serializable |
NXQLQueryMaker.getSerializableLiteral(Literal literal) |
Copyright © 2017 Nuxeo. All rights reserved.