Uses of Class
cool.scx.data.query.Logic
Packages that use Logic
-
Uses of Logic in cool.scx.data.query
Subclasses with type arguments of type Logic in cool.scx.data.queryMethods in cool.scx.data.query that return LogicModifier and TypeMethodDescriptionstatic Logicfinal LogicLogic.between(String fieldName, Object value1, Object value2, QueryOption... options) Logic.clear()final LogicLogic.eq(String fieldName, Object value, QueryOption... options) final LogicLogic.ge(String fieldName, Object value, QueryOption... options) final LogicLogic.gt(String fieldName, Object value, QueryOption... options) final LogicLogic.in(String fieldName, Object value, QueryOption... options) final LogicLogic.isNotNull(String fieldName, QueryOption... options) final LogicLogic.isNull(String fieldName, QueryOption... options) final LogicLogic.jsonContains(String fieldName, Object value, QueryOption... options) final LogicLogic.jsonOverlaps(String fieldName, Object value, QueryOption... options) final LogicLogic.le(String fieldName, Object value, QueryOption... options) final LogicLogic.like(String fieldName, Object value, QueryOption... options) final LogicLogic.likeRegex(String fieldName, String value, QueryOption... options) final LogicLogic.lt(String fieldName, Object value, QueryOption... options) final LogicLogic.ne(String fieldName, Object value, QueryOption... options) final LogicLogic.notBetween(String fieldName, Object value1, Object value2, QueryOption... options) final LogicLogic.notIn(String fieldName, Object value, QueryOption... options) final LogicLogic.notLike(String fieldName, Object value, QueryOption... options) final LogicLogic.notLikeRegex(String fieldName, String value, QueryOption... options) static Logic -
Uses of Logic in cool.scx.data.query.parser
Methods in cool.scx.data.query.parser with parameters of type Logic