Interface TimeExpression

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

public interface TimeExpression extends ComparableExpression<Time>
Representation of a time in a query.
  • Method Details

    • getHour

      Accessor for the hour of this time.
      Returns:
      Expression for the hour
    • getMinute

      Accessor for the minute of this time.
      Returns:
      Expression for the minute
    • getSecond

      Accessor for the second of this time.
      Returns:
      Expression for the second