|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 枚举常量 | 字段 | 方法 | 详细信息: 枚举常量 | 字段 | 方法 | |||||||||
java.lang.Objectjava.lang.Enum<RsqlConstants.WhereRuleOper>
cn.remex.db.rsql.RsqlConstants.WhereRuleOper
public static enum RsqlConstants.WhereRuleOper
条件查询的过滤规则
| 枚举常量摘要 | |
|---|---|
bn
不以...开始 |
|
bw
以...开始 |
|
cn
包含 |
|
en
不以...结束 |
|
eq
等于 |
|
ew
以...结束 |
|
ge
大于等于 |
|
gt
大于 |
|
in
在....里面 |
|
isNull
为空 |
|
le
小于等于 |
|
lt
小于 |
|
nc
不包含 |
|
ne
不等于 |
|
ni
不在...里面 |
|
notNull
不为空 |
|
| 方法摘要 | |
|---|---|
static RsqlConstants.WhereRuleOper |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static RsqlConstants.WhereRuleOper[] |
values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
| 从类 java.lang.Enum 继承的方法 |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| 从类 java.lang.Object 继承的方法 |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| 枚举常量详细信息 |
|---|
public static final RsqlConstants.WhereRuleOper bn
public static final RsqlConstants.WhereRuleOper bw
public static final RsqlConstants.WhereRuleOper cn
public static final RsqlConstants.WhereRuleOper en
public static final RsqlConstants.WhereRuleOper eq
public static final RsqlConstants.WhereRuleOper ew
public static final RsqlConstants.WhereRuleOper ge
public static final RsqlConstants.WhereRuleOper gt
public static final RsqlConstants.WhereRuleOper le
public static final RsqlConstants.WhereRuleOper lt
public static final RsqlConstants.WhereRuleOper nc
public static final RsqlConstants.WhereRuleOper ne
public static final RsqlConstants.WhereRuleOper in
public static final RsqlConstants.WhereRuleOper ni
public static final RsqlConstants.WhereRuleOper isNull
public static final RsqlConstants.WhereRuleOper notNull
| 方法详细信息 |
|---|
public static RsqlConstants.WhereRuleOper[] values()
for (RsqlConstants.WhereRuleOper c : RsqlConstants.WhereRuleOper.values()) System.out.println(c);
public static RsqlConstants.WhereRuleOper valueOf(String name)
name - 要返回的枚举常量的名称。
如果该枚举类型没有带有指定名称的常量, - 则抛出 IllegalArgumentException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 枚举常量 | 字段 | 方法 | 详细信息: 枚举常量 | 字段 | 方法 | |||||||||