Package cool.scx.data.query
Class Logic
- All Implemented Interfaces:
Query
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Logicbetween(String fieldName, Object value1, Object value2, QueryOption... options) Object[]clauses()clear()final Logiceq(String fieldName, Object value, QueryOption... options) final Logicge(String fieldName, Object value, QueryOption... options) final Logicgt(String fieldName, Object value, QueryOption... options) final Logicin(String fieldName, Object value, QueryOption... options) final LogicisNotNull(String fieldName, QueryOption... options) final LogicisNull(String fieldName, QueryOption... options) final LogicjsonContains(String fieldName, Object value, QueryOption... options) final Logicle(String fieldName, Object value, QueryOption... options) final Logiclike(String fieldName, Object value, QueryOption... options) final LogiclikeRegex(String fieldName, String value, QueryOption... options) final Logiclt(String fieldName, Object value, QueryOption... options) final Logicne(String fieldName, Object value, QueryOption... options) final LogicnotBetween(String fieldName, Object value1, Object value2, QueryOption... options) final LogicnotIn(String fieldName, Object value, QueryOption... options) final LogicnotLike(String fieldName, Object value, QueryOption... options) final LogicnotLikeRegex(String fieldName, String value, QueryOption... options) protected QuerytoQuery()Methods inherited from class cool.scx.data.query.QueryLike
clearGroupBy, clearLimit, clearOffset, clearOrderBy, clearWhere, getGroupBy, getLimit, getOffset, getOrderBy, getWhere, groupBy, limit, offset, orderBy, where
-
Constructor Details
-
Logic
-
-
Method Details