| Modifier and Type | Method and Description |
|---|---|
List<QueryInContext> |
QueryExpression.getBindableClauses()
Returns the query expressions that can be bound to a value
These clauses are bindable:
FieldComparisonExpression
NaryFieldRelationalExpression
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExpression.getBindableClauses(List<QueryInContext> list,
Path ctx)
Adds the query expressions that can be bound to a value to the given list
|
Copyright © 2015. All rights reserved.