T
- Expression typepublic interface TemporalQueryExpression<T> extends QueryExpression<T>
QueryExpression
of a temporal type.Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException
Modifier and Type | Method and Description |
---|---|
default TemporalFunction.Day |
day()
Creates a function to extract the day part of a temporal data type.
|
default TemporalFunction.Hour |
hour()
Creates a function to extract the hour part of a temporal data type.
|
default TemporalFunction.Month |
month()
Creates a function to extract the month part of a temporal data type.
|
default TemporalFunction.Year |
year()
Creates a function to extract the year part of a temporal data type.
|
between, count, eq, eq, goe, goe, gt, gt, in, in, in, isNotNull, isNull, loe, loe, lt, lt, max, min, neq, neq, nin, nin, nin
getTemporalType, getType, isCollectionExpression, isConverterExpression
validate
default TemporalFunction.Year year()
The returned function is a QueryFunction.PropertyQueryFunction
, to allow inclusion in property sets and handling within
a PropertyBox
.
TemporalFunction.Year
functiondefault TemporalFunction.Month month()
The returned function is a QueryFunction.PropertyQueryFunction
, to allow inclusion in property sets and handling within
a PropertyBox
.
TemporalFunction.Month
functiondefault TemporalFunction.Day day()
The returned function is a QueryFunction.PropertyQueryFunction
, to allow inclusion in property sets and handling within
a PropertyBox
.
TemporalFunction.Day
functiondefault TemporalFunction.Hour hour()
The returned function is a QueryFunction.PropertyQueryFunction
, to allow inclusion in property sets and handling within
a PropertyBox
.
TemporalFunction.Hour
functionCopyright © 2019 The Holon Platform. All rights reserved.