SQLQuery
instead.@Deprecated public class TemplateMatchCodes extends Object
Modifier and Type | Field and Description |
---|---|
static short |
CONTAINS_TOKEN
Deprecated.
collection/array contains matching
|
static short |
EQ
Deprecated.
equal operation
|
static short |
GE
Deprecated.
grater-equal operation
|
static short |
GT
Deprecated.
greater than operation
|
static short |
IN
Deprecated.
IN operation
|
static short |
IS_NULL
Deprecated.
entry field is null operation (template field not relevant)
|
static short |
LE
Deprecated.
less-equal operation
|
static short |
LT
Deprecated.
less than operation
|
static short |
NE
Deprecated.
not equal operation
|
static short |
NOT_NULL
Deprecated.
entry field is not null operation (template field not relevant)
|
static short |
NOT_REGEX
Deprecated.
regular-expression NOT matching operation (of a string field)
|
static short |
REGEX
Deprecated.
regular-expression matching operation (of a string field)
|
static short |
RELATION
Deprecated.
RELATION operation
|
Constructor and Description |
---|
TemplateMatchCodes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
supportFifoOrder(short matchCode)
Deprecated.
|
public static final short EQ
public static final short NE
public static final short GT
public static final short GE
public static final short LT
public static final short LE
public static final short IS_NULL
public static final short NOT_NULL
public static final short REGEX
public static final short CONTAINS_TOKEN
public static final short NOT_REGEX
public static final short IN
public static final short RELATION
Copyright © GigaSpaces.