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