Package org.nuxeo.ecm.core.query.sql.model
package org.nuxeo.ecm.core.query.sql.model
-
ClassDescriptionThe base of all query nodes.Boolean literal.A default implementation of a visitor that visits depth-first in standard expression order.A field specified using a hint, with optional boost valueAn infix expression.Here, key is holding the alias and value the document type.Transforms a query into the same query, doing a copy in the process.Helper class for
Literal
andLiteralList
.An expression for an single operator with an arbitrary number of operands.An operand may be a variable, a function, a literal, or an expression.Helper to instantiateOrderByExpr
s compatible with the search service inside Audit.Predicates are boolean expressions.Predicate builders.Query builder for a query, including ordering, limit and offset.transformor pattern to transform a query into another.A named reference to a variable (this can be a field or table).Here, key is holding the alias and value the operand.Interface for a class that can transform aSQLQuery
into another.