| Package | Description |
|---|---|
| com.holonplatform.core.query |
| Modifier and Type | Method and Description |
|---|---|
static TemporalFunction.Year |
TemporalFunction.Year.create(TypedExpression<?> argument)
Create a new
TemporalFunction.Year function instance. |
default TemporalFunction.Year |
TemporalQueryExpression.year()
Creates a function to extract the year part of a temporal data type.
|
static TemporalFunction.Year |
QueryFunction.year(TypedExpression<?> argument)
Create a function to extract the year part of a temporal data type.
|
Copyright © 2019 The Holon Platform. All rights reserved.