Uses of Enum Class
cool.scx.data.query.WhereType
Packages that use WhereType
-
Uses of WhereType in cool.scx.data.query
Methods in cool.scx.data.query that return WhereTypeModifier and TypeMethodDescriptionstatic WhereTypeastatic WhereTypeReturns the enum constant of this class with the specified name.static WhereType[]WhereType.values()Returns an array containing the constants of this enum class, in the order they are declared.WhereBody.whereType()Methods in cool.scx.data.query with parameters of type WhereTypeModifier and TypeMethodDescriptionWhereBodySet.add0(String name, WhereType whereType, WhereOption... options) 添加一个查询条件WhereBodySet.add1(String name, WhereType whereType, Object value1, WhereOption... options) 添加一个查询条件WhereBodySet.add2(String name, WhereType whereType, Object value1, Object value2, WhereOption... options) 添加一个查询条件Constructors in cool.scx.data.query with parameters of type WhereType -
Uses of WhereType in cool.scx.data.query.exception
Constructors in cool.scx.data.query.exception with parameters of type WhereTypeModifierConstructorDescriptionValidParamListIsEmptyException(WhereType whereType) WrongWhereTypeParamSizeException(WhereType whereType) -
Uses of WhereType in cool.scx.data.query.parser
Methods in cool.scx.data.query.parser with parameters of type WhereTypeModifier and TypeMethodDescriptionWhereParser.getWhereKeyWord(WhereType whereType) abstract 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)