| Package | Description |
|---|---|
| com.holonplatform.core.query |
| 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.
|
Copyright © 2019 The Holon Platform. All rights reserved.