T
- Function result typepublic interface TemporalFunction<T> extends QueryFunction<T,Object>
QueryFunction
.Modifier and Type | Interface and Description |
---|---|
static interface |
TemporalFunction.CurrentDate
A function to obtain the current date as a
Date . |
static interface |
TemporalFunction.CurrentLocalDate
A function to obtain the current date as a
LocalDate . |
static interface |
TemporalFunction.CurrentLocalDateTime
A function to obtain the current date and time as a
LocalDateTime . |
static interface |
TemporalFunction.CurrentTimestamp
A function to obtain the current timestamp as a
Date . |
static interface |
TemporalFunction.Day
A function to extract the day part of a temporal data type.
|
static interface |
TemporalFunction.Hour
A function to extract the hour part of a temporal data type.
|
static interface |
TemporalFunction.Month
A function to extract the month part of a temporal data type.
|
static interface |
TemporalFunction.Year
A function to extract the year part of a temporal data type.
|
QueryFunction.Avg, QueryFunction.Count, QueryFunction.Max<T>, QueryFunction.Min<T>, QueryFunction.NoArgQueryFunction<T>, QueryFunction.PropertyQueryFunction<T,A>, QueryFunction.Sum<T extends Number>
Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException
avg, count, currentDate, currentLocalDate, currentLocalDateTime, currentTimestamp, day, getExpressionArguments, hour, lower, max, min, month, sum, upper, year
between, count, eq, eq, goe, goe, gt, gt, in, in, in, isNotNull, isNull, loe, loe, lt, lt, max, min, neq, neq, nin, nin, nin
bean, constant, countAll, path, propertySet, propertySet
getTemporalType, getType, isCollectionExpression, isConverterExpression
validate
Copyright © 2019 The Holon Platform. All rights reserved.