public interface LocalDateTimeExpression extends ComparableExpression<LocalDateTime>
Modifier and Type | Method and Description |
---|---|
NumericExpression<Integer> |
getDayOfMonth()
Accessor for the day (of the month) of this date-time.
|
NumericExpression<Integer> |
getHour()
Accessor for the hour of this date-time.
|
NumericExpression<Integer> |
getMinute()
Accessor for the minute of this date-time.
|
NumericExpression<Integer> |
getMonthValue()
Accessor for the month of this date-time.
|
NumericExpression<Integer> |
getSecond()
Accessor for the second of this date-time.
|
NumericExpression<Integer> |
getYear()
Accessor for the year of this date-time.
|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
as, cast, count, countDistinct, eq, eq, instanceOf, ne, ne
NumericExpression<Integer> getYear()
NumericExpression<Integer> getMonthValue()
NumericExpression<Integer> getDayOfMonth()
NumericExpression<Integer> getHour()
NumericExpression<Integer> getMinute()
NumericExpression<Integer> getSecond()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.