Uses of Class
cool.scx.data.query.Logic
Packages that use Logic
-
Uses of Logic in cool.scx.data
Methods in cool.scx.data that return Logic -
Uses of Logic in cool.scx.data.query
Methods in cool.scx.data.query that return LogicModifier and TypeMethodDescriptionfinal LogicLogic.addWhere(String name, WhereType whereType, Object value1, Object value2, WhereOption... options) final LogicLogic.between(String fieldName, Object value1, Object value2, WhereOption... options) final LogicLogic.eq(String fieldName, Object value, WhereOption... options) final LogicLogic.ge(String fieldName, Object value, WhereOption... options) final LogicLogic.gt(String fieldName, Object value, WhereOption... options) final LogicLogic.in(String fieldName, Object value, WhereOption... options) final LogicLogic.isNotNull(String fieldName, WhereOption... options) final LogicLogic.isNull(String fieldName, WhereOption... options) final LogicLogic.jsonContains(String fieldName, Object value, WhereOption... options) final LogicLogic.le(String fieldName, Object value, WhereOption... options) final LogicLogic.like(String fieldName, Object value, WhereOption... options) final LogicLogic.likeRegex(String fieldName, String value, WhereOption... options) final LogicLogic.lt(String fieldName, Object value, WhereOption... options) final LogicLogic.ne(String fieldName, Object value, WhereOption... options) final LogicLogic.notBetween(String fieldName, Object value1, Object value2, WhereOption... options) final LogicLogic.notIn(String fieldName, Object value, WhereOption... options) final LogicLogic.notLike(String fieldName, Object value, WhereOption... options) final LogicLogic.notLikeRegex(String fieldName, String value, WhereOption... options) -
Uses of Logic in cool.scx.data.query.parser
Methods in cool.scx.data.query.parser with parameters of type Logic