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