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