Uses of Class
cool.scx.data.query.WhereOption.Info
Packages that use WhereOption.Info
-
Uses of WhereOption.Info in cool.scx.data.query
Methods in cool.scx.data.query that return WhereOption.InfoConstructors in cool.scx.data.query with parameters of type WhereOption.Info -
Uses of WhereOption.Info in cool.scx.data.query.parser
Methods in cool.scx.data.query.parser with parameters of type WhereOption.InfoModifier and TypeMethodDescriptionabstract WhereClauseWhereParser.parseBetween(String name, WhereType whereType, Object value1, Object value2, WhereOption.Info info) abstract WhereClauseWhereParser.parseEqual(String name, WhereType whereType, Object value1, Object value2, WhereOption.Info info) abstract WhereClauseWhereParser.parseIn(String name, WhereType whereType, Object value1, Object value2, WhereOption.Info info) abstract WhereClauseWhereParser.parseIsNull(String name, WhereType whereType, Object value1, Object value2, WhereOption.Info info) abstract WhereClauseWhereParser.parseJsonContains(String name, WhereType whereType, Object value1, Object value2, WhereOption.Info info) abstract WhereClauseWhereParser.parseLike(String name, WhereType whereType, Object value1, Object value2, WhereOption.Info info)