public class CqnParam<T> extends AbstractValue<T> implements Parameter<T>
cdsType
Modifier and Type | Method and Description |
---|---|
protected Jsonizer |
json() |
String |
name() |
static <U> Parameter<U> |
param() |
static <U> Parameter<U> |
param(String name) |
static Map<String,CqnParameter> |
params(Collection<String> paramNames) |
as, asc, ascNullsLast, average, between, between, between, between, contains, contains, contains, countDistinct, desc, descNullsFirst, dividedBy, dividedBy, endsWith, endsWith, eq, eq, func, ge, ge, gt, gt, in, in, in, in, is, is, isNot, isNot, isNotNull, isNull, le, le, lt, lt, max, min, minus, minus, ne, ne, plain, plus, plus, startsWith, startsWith, substring, substring, substring, substring, sum, times, times, toJson, toLower, toString, toUpper, type, type, type, type, withoutAlias
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
as, average, between, between, between, between, contains, contains, contains, countDistinct, dividedBy, dividedBy, endsWith, endsWith, eq, eq, func, ge, ge, gt, gt, in, in, in, in, is, is, isNot, isNot, isNotNull, isNull, le, le, lt, lt, max, min, minus, minus, ne, ne, plain, plus, plus, startsWith, startsWith, substring, substring, substring, substring, sum, times, times, toLower, toUpper, type, type, type, withoutAlias
asc, ascNullsLast, desc, descNullsFirst
accept, asParameter, getName, isParameter, isPositional
as, asExpression, asFunction, asList, asLiteral, asNullValue, asPlain, asRef, isExpression, isFunction, isList, isLiteral, isNullValue, isPlain, isRef, ofRef, type
toJson
public static <U> Parameter<U> param()
public static Map<String,CqnParameter> params(Collection<String> paramNames)
public String name()
name
in interface CqnParameter
protected Jsonizer json()
json
in class AbstractValue<T>
Copyright © 2023 SAP. All rights reserved.