| Package | Description |
|---|---|
| org.delia.db.memdb.filter |
| Modifier and Type | Field and Description |
|---|---|
protected OP |
OpEvaluatorBase.op |
| Modifier and Type | Method and Description |
|---|---|
static OP |
OP.createFromString(String opStr) |
static OP |
OP.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OP[] |
OP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BooleanOpEvaluator(OP op,
String fieldName) |
DateOpEvaluator(OP op,
String fieldName) |
IntOpEvaluator(OP op,
String fieldName) |
LongOpEvaluator(OP op,
String fieldName) |
NullOpEvaluator(OP op,
String fieldName) |
NumberOpEvaluator(OP op,
String fieldName) |
OpEvaluatorBase(OP op,
String fieldName) |
RelationOpEvaluator(OP op,
String fieldName) |
StringOpEvaluator(OP op,
String fieldName) |
Copyright © 2020. All rights reserved.