Uses of Interface
com.sap.cds.ql.cqn.Modifier
Packages that use Modifier
-
Uses of Modifier in com.sap.cds.ql
Methods in com.sap.cds.ql with parameters of type ModifierModifier and TypeMethodDescriptionstatic PredicateCQL.copy(CqnPredicate pred, Modifier modifier) Creates a modified copy of the given predicate.static <S extends CqnStatement>
SCreates a modified copy of the given CQN statement.CqnBuilder.copy(CqnPredicate pred, Modifier modifier) <S extends CqnStatement,R extends S>
R