Interface DateExpression

All Superinterfaces:
ComparableExpression<Date>, Expression<Date>

public interface DateExpression extends ComparableExpression<Date>
Representation of a date in a query.
  • Method Details

    • getYear

      Accessor for the year of this date.
      Returns:
      Expression for the year
    • getMonth

      Accessor for the month of this date.
      Returns:
      Expression for the month
    • getDay

      Accessor for the day (of the month) of this date.
      Returns:
      Expression for the day of the month