public class OPERATOR_TYPE
extends java.lang.Object
CTResultSetCriteria.setOperator(int)
callModifier and Type | Field and Description |
---|---|
static int |
BET
between X (inclusive) and Y (inclusive)
|
static int |
BET_EE
between X (exclusive) and Y (exclusive)
|
static int |
BET_EI
between X (exclusive) and Y (inclusive)
|
static int |
BET_IE
between X (inclusive) and Y (exclusive)
|
static int |
EQ
equal X
|
static int |
GE
greater than or equal X
|
static int |
GT
greater than X
|
static int |
LE
less than or equal X
|
static int |
LT
less than X
|
static int |
NE
not equal X
|
static int |
NOTBET
not between X and Y
|
Constructor and Description |
---|
OPERATOR_TYPE() |
public static final int EQ
public static final int GT
public static final int GE
public static final int LE
public static final int LT
public static final int NE
public static final int BET
public static final int BET_IE
public static final int BET_EI
public static final int BET_EE
public static final int NOTBET