|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.j_spaces.core.client.TemplateMatchCodes
SQLQuery
instead.
@Deprecated public class TemplateMatchCodes
Field Summary | |
---|---|
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 |
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) |
Constructor Summary | |
---|---|
TemplateMatchCodes()
Deprecated. |
Method Summary | |
---|---|
static boolean |
supportFifoOrder(short matchCode)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public TemplateMatchCodes()
Method Detail |
---|
public static boolean supportFifoOrder(short matchCode)
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |