Uses of Class
cool.scx.data.query.WhereClause
Packages that use WhereClause
-
Uses of WhereClause in cool.scx.data.query
Subclasses with type arguments of type WhereClause in cool.scx.data.queryMethods in cool.scx.data.query that return WhereClauseModifier and TypeMethodDescriptionstatic WhereClauseQueryBuilder.whereClause(String whereClause, Object... params) -
Uses of WhereClause in cool.scx.data.query.parser
Methods in cool.scx.data.query.parser that return WhereClauseModifier and TypeMethodDescriptionprotected final WhereClauseprotected abstract WhereClauseWhereParser.parseBETWEEN(Where where) protected abstract WhereClauseprotected abstract WhereClauseprotected abstract WhereClauseprotected abstract WhereClauseprotected abstract WhereClauseWhereParser.parseJSON_CONTAINS(Where where) protected abstract WhereClauseWhereParser.parseJSON_OVERLAPS(Where where) protected final WhereClauseWhereParser.parseJunction(Junction j) protected abstract WhereClauseprotected abstract WhereClauseWhereParser.parseLIKE_REGEX(Where where) protected abstract WhereClauseprotected abstract WhereClauseprotected abstract WhereClauseprotected WhereClauseprotected abstract WhereClauseWhereParser.parseNOT_BETWEEN(Where where) protected abstract WhereClauseWhereParser.parseNOT_IN(Where where) protected abstract WhereClauseWhereParser.parseNOT_LIKE(Where where) protected abstract WhereClauseWhereParser.parseNOT_LIKE_REGEX(Where where) protected WhereClauseWhereParser.parseQuery(Query query) protected final WhereClauseWhereParser.parseString(String s) protected WhereClauseWhereParser.parseWhere(Where body) protected WhereClauseWhereParser.parseWhereClause(WhereClause w) Methods in cool.scx.data.query.parser with parameters of type WhereClauseModifier and TypeMethodDescriptionprotected WhereClauseWhereParser.parseWhereClause(WhereClause w)