| 程序包 | 说明 |
|---|---|
| online.sanen.unabo.api.condition |
| 限定符和类型 | 方法和说明 |
|---|---|
Condition.Cs |
SimpleCondition.getCs() |
static Condition.Cs |
Condition.Cs.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Condition.Cs[] |
Condition.Cs.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SimpleCondition |
C.buid(String fieldName,
Condition.Cs cs) |
static SimpleCondition |
C.buid(String fieldName,
Condition.Cs cs,
Condition.Associated associated) |
static SimpleCondition |
C.buid(String fieldName,
Condition.Cs cs,
Object value) |
static SimpleCondition |
C.buid(String fieldName,
Condition.Cs cs,
Object value,
Condition.Associated associated) |
void |
SimpleCondition.setCs(Condition.Cs condition) |
| 构造器和说明 |
|---|
SimpleCondition(String fieldName,
Condition.Cs cs)
Construct a condition that has no value option
|
SimpleCondition(String fieldName,
Condition.Cs cs,
Condition.Associated associated)
Construct a condition that has no value option but contains connection mode
If this condition is not need value ( for example select id from tableName
where name is not null, like this field : 'name' , because it's not neet
value for itself )
|
SimpleCondition(String fieldName,
Condition.Cs cs,
Object value)
Construct a conditional instance with a value option
|
SimpleCondition(String fieldName,
Condition.Cs cs,
Object value,
Condition.Associated associated)
if the field is need value With the corresponding
|
SimpleCondition(String fieldName,
Condition.Cs cs,
Object value,
String fun,
Condition.Associated associated) |
Copyright © 2023. All rights reserved.