public class QueryCondition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EQ |
static int |
GE |
static int |
GT |
static int |
LE |
static int |
LT |
static int |
NE |
| Constructor and Description |
|---|
QueryCondition(java.lang.String field,
java.lang.Object value) |
QueryCondition(java.lang.String field,
java.lang.Object value,
int operator) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getField() |
int |
getOperator() |
java.lang.Object |
getValue() |
public static final int EQ
public static final int GT
public static final int LT
public static final int NE
public static final int GE
public static final int LE