Package org.mule.runtime.extension.api.dsql


package org.mule.runtime.extension.api.dsql
  • Class
    Description
    Default OperatorTranslator implementation, if no implementation is defined in a QueryTranslator this one is going to be used.
    The direction to sort the items returned from a query.
    This class works as a processor of DsqlQuerys, conforming to the rules of the formal defined grammar.
    Represents a parsed DSQL query.
    Represents the queried entity in a DSQL query.
    Generic contract for a DSQL expression.
    Represents a selected field in a query.
    Provides the possibility to define an operators syntax for translating from the DSQL operators to the specific query language ones.
    Builder interface to create basic query objects.
    This is a translator interface for go over a DSQL Query structure and easily translate it to a native one.
    Represents a value for a query field comparison.