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 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.Where.whereType()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(String name, WhereType whereType) WrongWhereParamTypeException(String name, WhereType whereType, String paramType) WrongWhereTypeParamSizeException(String name, WhereType whereType, int paramSize) -
Uses of WhereType in cool.scx.data.query.parser
Methods in cool.scx.data.query.parser with parameters of type WhereType