Enum Class的使用
cool.scx.dao.where.WhereType
使用WhereType的程序包
-
cool.scx.dao.where中WhereType的使用
返回WhereType的cool.scx.dao.where中的方法修饰符和类型方法说明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.dao.where中的方法修饰符和类型方法说明Where.add0(String name, WhereType whereType, WhereOption... options) 添加一个查询条件 (注意 : 此处添加的所有条件都会以 and 拼接 , 如需使用 or 请考虑使用Where.whereSQL(Object...)})Where.add1(String name, WhereType whereType, Object value1, WhereOption... options) 添加一个查询条件 (注意 : 此处添加的所有条件都会以 and 拼接 , 如需使用 or 请考虑使用Where.whereSQL(Object...)})添加一个查询条件 (注意 : 此处添加的所有条件都会以 and 拼接 , 如需使用 or 请考虑使用Where.whereSQL(Object...)})参数类型为WhereType的cool.scx.dao.where中的构造器 -
cool.scx.dao.where.exception中WhereType的使用
参数类型为WhereType的cool.scx.dao.where.exception中的构造器限定符构造器说明ValidParamListIsEmptyException(WhereType whereType) aWrongWhereTypeParamSizeException(WhereType whereType) a