Interface LocalDateExpression

    • Method Detail

      • getYear

        NumericExpression<java.lang.Integer> getYear()
        Accessor for the year of this date.
        Returns:
        Expression for the year
      • getMonthValue

        NumericExpression<java.lang.Integer> getMonthValue()
        Accessor for the month of this date.
        Returns:
        Expression for the month
      • getDayOfMonth

        NumericExpression<java.lang.Integer> getDayOfMonth()
        Accessor for the day (of the month) of this date.
        Returns:
        Expression for the day of the month