| Package | Description |
|---|---|
| org.teasoft.bee.osql.search |
Auto function package for filter the record.
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
Search.getOp() |
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Search.setOp(Operator operator) |
| Constructor and Description |
|---|
Search(String field,
Operator operator,
String value1,
String value2) |
Search(String field,
Operator operator,
String value1,
String value2,
String op2) |
Copyright © 2022. All rights reserved.