Enum Class的使用
cool.scx.data.query.WhereType
使用WhereType的程序包
-
cool.scx.data.query中WhereType的使用
返回WhereType的cool.scx.data.query中的方法修饰符和类型方法说明static 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()返回whereType记录组件的值。参数类型为WhereType的cool.scx.data.query中的方法修饰符和类型方法说明WhereBodySet.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) 添加一个查询条件参数类型为WhereType的cool.scx.data.query中的构造器 -
cool.scx.data.query.exception中WhereType的使用
参数类型为WhereType的cool.scx.data.query.exception中的构造器限定符构造器说明ValidParamListIsEmptyException(WhereType whereType) aWrongWhereTypeParamSizeException(WhereType whereType) a -
cool.scx.data.query.parser中WhereType的使用
参数类型为WhereType的cool.scx.data.query.parser中的方法修饰符和类型方法说明WhereParser.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)