Package | Description |
---|---|
org.nuxeo.ecm.core.query.sql.model | |
org.nuxeo.ecm.core.storage | |
org.nuxeo.ecm.core.storage.dbs | |
org.nuxeo.ecm.core.storage.mongodb |
Modifier and Type | Class and Description |
---|---|
class |
PathReference |
Modifier and Type | Field and Description |
---|---|
Reference |
OrderByExpr.reference |
Modifier and Type | Method and Description |
---|---|
Reference |
SelectClause.getVariable(int i) |
Reference |
SelectClause.getVariable(String alias) |
Modifier and Type | Method and Description |
---|---|
void |
IVisitor.visitReference(Reference node) |
void |
DefaultQueryVisitor.visitReference(Reference node) |
Constructor and Description |
---|
OrderByExpr(Reference reference,
boolean isDescending) |
Reference(Reference other,
String cast) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
ExpressionEvaluator.evaluateReference(Reference ref,
State map)
Evaluates a reference over the given state.
|
abstract Object |
ExpressionEvaluator.walkReference(Reference ref)
Evaluates a reference over the context state.
|
Modifier and Type | Method and Description |
---|---|
Object |
DBSExpressionEvaluator.evaluateReference(Reference ref,
State state) |
Object |
DBSExpressionEvaluator.walkReference(Reference ref) |
Modifier and Type | Method and Description |
---|---|
org.nuxeo.ecm.core.storage.mongodb.MongoDBQueryBuilder.FieldInfo |
MongoDBQueryBuilder.walkReference(Reference ref)
Returns the MongoDB field for this reference.
|
Copyright © 2015 Nuxeo SA. All rights reserved.