Interface SelectableValue

All Superinterfaces:
CqnToken, CqnValue, JSONizable
All Known Subinterfaces:
BooleanFunction, BooleanValue, ElementRef<T>, FunctionCall<T>, Literal<T>, NullValue, Parameter<T>, Predicate, Value<T>, WindowFunctionCall<T>

public interface SelectableValue extends CqnValue
Represents a value that can be selected in a query.
  • Method Details

    • as

      Assigns an alias to this value under which this value can be referenced in the query result.
      Parameters:
      alias - the alias to assign
      Returns:
      a CqnSelectListValue with the assigned alias