Interface DelegateExpressionSpec

All Superinterfaces:
ColumnExpressionSpec, ExpressionSpec
All Known Subinterfaces:
NumberTODelegateExpressionSpec, StringTODelegateExpressionSpec
All Known Implementing Classes:
AbsSpec, AvgSpec, LowerSpec, MaxSpec, MinSpec, SubstringSpec, UpperSpec

public sealed interface DelegateExpressionSpec extends ColumnExpressionSpec permits NumberTODelegateExpressionSpec, StringTODelegateExpressionSpec, AvgSpec<T>, MaxSpec<T>, MinSpec<T>
A query expression that can nest another query expression.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Column
    Gets the target column of this expression.
    default void
    setColumn(Column column)
     
    Gets the target nested expression.