Package | Description |
---|---|
net.ymate.platform.persistence.jdbc.query |
Modifier and Type | Method and Description |
---|---|
static Cond.OPT |
Cond.OPT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cond.OPT[] |
Cond.OPT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Cond |
Cond.opt(IFunction func,
Cond.OPT opt) |
Cond |
Cond.opt(IFunction funcOne,
Cond.OPT opt,
IFunction funcTwo) |
Cond |
Cond.opt(String field,
Cond.OPT opt) |
Cond |
Cond.opt(String fieldOne,
Cond.OPT opt,
String fieldTwo) |
Cond |
Cond.optWrap(String field,
Cond.OPT opt) |
Cond |
Cond.optWrap(String fieldOne,
Cond.OPT opt,
String fieldTwo) |
Copyright © 2022. All rights reserved.