Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odata.client.expression |
Modifier and Type | Class and Description |
---|---|
static class |
ValueDate.Expression |
Modifier and Type | Method and Description |
---|---|
default ValueDate |
FieldUntyped.asDate()
Cast the field reference to a date value, enabling type-safe expressions.
|
static ValueDate |
ValueDate.literal(LocalDate v) |
Modifier and Type | Method and Description |
---|---|
static ValueDate.Expression |
FilterExpressionArithmetic.add(ValueDate operand1,
ValueDuration operand2)
Addition expression for date and duration.
|
static ValueNumeric.Expression |
FilterExpressionTemporal.day(ValueDate operand) |
default ValueDuration.Expression |
FilterableDate.difference(ValueDate operand)
Filter by expression "sub".
|
static ValueNumeric.Expression |
FilterExpressionTemporal.month(ValueDate operand) |
static ValueDuration.Expression |
FilterExpressionArithmetic.subtract(ValueDate operand1,
ValueDate operand2)
Subtraction expression for date and date.
|
static ValueDate.Expression |
FilterExpressionArithmetic.subtract(ValueDate operand1,
ValueDuration operand2)
Subtraction expression for date and duration.
|
static ValueNumeric.Expression |
FilterExpressionTemporal.year(ValueDate operand) |
Copyright © 2020 SAP SE. All rights reserved.