@Deprecated public interface CqnModifier extends Modifier
CompatibilityDefaults.SPI<T>
Modifier and Type | Method and Description |
---|---|
default Value<?> |
literal(Boolean bool,
String cdsType)
Deprecated.
|
default CqnValue |
literal(CqnLiteral<?> literal)
Deprecated.
|
default Value<?> |
literal(Number number,
String cdsType)
Deprecated.
|
default Value<?> |
literal(Object value,
String cdsType)
Deprecated.
|
default Value<?> |
literal(String val,
String cdsType)
Deprecated.
|
default Value<?> |
literal(Temporal temporal,
String cdsType)
Deprecated.
|
booleanFunction, comparison, connective, containment, distinct, excluding, exists, expand, expression, function, groupBy, having, in, inline, inlineCount, items, list, match, negation, orderBy, parameter, plain, ref, ref, search, search, searchableElements, selectAll, selectListValue, skip, sort, top, where
_mutableCopy, expand, expand, in, inline, limit, match, ref, ref, selectListItem
default CqnValue literal(CqnLiteral<?> literal)
Modifier
literal
in interface Modifier
literal
- the immutable CqnLiteral
valuevalue
replacing the CqnLiteral
CQL.val(T)
,
CQL.constant(T)
Copyright © 2023 SAP. All rights reserved.