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 TypeMethodDescriptionWhereClause.concat(WhereClause other) 拼接static WhereClauseQueryBuilder.whereClause(String whereClause, Object... params) Methods in cool.scx.data.query with parameters of type WhereClause -
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 WhereClauseWhereParser.parseEqual(Where where) protected abstract WhereClauseprotected abstract WhereClauseWhereParser.parseIsNull(Where where) protected abstract WhereClauseWhereParser.parseJsonContains(Where where) protected abstract WhereClauseprotected final WhereClauseWhereParser.parseLogic(Logic l) 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)