Uses of Enum Class
com.sap.cds.ql.cqn.CqnContainmentTest.Position
Packages that use CqnContainmentTest.Position
-
Uses of CqnContainmentTest.Position in com.sap.cds.ql
Methods in com.sap.cds.ql with parameters of type CqnContainmentTest.PositionModifier and TypeMethodDescriptionstatic PredicateCQL.containment(CqnContainmentTest.Position position, CqnValue value, CqnValue substring, boolean caseInsensitive) Creates a predicate that tests whether a string value contains a given substring at a given positionCqnContainmentTest.PositionCqnBuilder.QueryBuilderSupport.containment(CqnContainmentTest.Position position, CqnValue value, CqnValue term, boolean caseInsensitive) -
Uses of CqnContainmentTest.Position in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnContainmentTest.PositionModifier and TypeMethodDescriptionCqnContainmentTest.position()static CqnContainmentTest.PositionReturns the enum constant of this class with the specified name.static CqnContainmentTest.Position[]CqnContainmentTest.Position.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cds.ql.cqn with parameters of type CqnContainmentTest.PositionModifier and TypeMethodDescriptiondefault CqnPredicateModifier.containment(CqnContainmentTest.Position position, CqnValue value, CqnValue term, boolean caseInsensitive) Override this method to replace acontainmenttest predicate.