public class AttributeLikePredicate extends AttributePredicate
AttributePredicate
checking if the attribute value of type string matches a given "like" (or "ilike")
pattern.Constructor and Description |
---|
AttributeLikePredicate(SchemaI schema,
EntityI entity,
java.lang.String alias,
BinaryExpressionNode be,
java.lang.Object[] _parameters,
boolean _prefixedByNot) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(BOI bo) |
getAttribute, getAttributeChain, pathNodeToAttrChainString, setAttribute, setAttributeChain
getEntity, getSchema, setEntity, setSchema
public AttributeLikePredicate(SchemaI schema, EntityI entity, java.lang.String alias, BinaryExpressionNode be, java.lang.Object[] _parameters, boolean _prefixedByNot) throws OQLException, UnsupportedQueryException
public boolean test(BOI bo)
test
in interface java.util.function.Predicate<BOI>
test
in class BOPredicate
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.