| java.lang.Object org.jboss.mq.selectors.Operator
Operator | public class Operator (Code) | | An operator for the selector system.
author: Norbert Lataille (Norbert.Lataille@m4x.org) author: droy@boostmyscore.com author: Scott.Stark@jboss.org author: adrian@jboss.com version: $Revision: 57198 $ |
ADD | final public static int ADD(Code) | | |
AND | final public static int AND(Code) | | |
BETWEEN | final public static int BETWEEN(Code) | | |
BOOLEAN | final public static int BOOLEAN(Code) | | |
DIFFERENT | final public static int DIFFERENT(Code) | | |
DIV | final public static int DIV(Code) | | |
DOUBLE | final public static int DOUBLE(Code) | | |
EQUAL | final public static int EQUAL(Code) | | |
GE | final public static int GE(Code) | | |
GT | final public static int GT(Code) | | |
IN | final public static int IN(Code) | | |
IS_NOT_NULL | final public static int IS_NOT_NULL(Code) | | |
IS_NULL | final public static int IS_NULL(Code) | | |
LE | final public static int LE(Code) | | |
LIKE | final public static int LIKE(Code) | | |
LIKE_ESCAPE | final public static int LIKE_ESCAPE(Code) | | |
LONG | final public static int LONG(Code) | | |
LT | final public static int LT(Code) | | |
MUL | final public static int MUL(Code) | | |
NEG | final public static int NEG(Code) | | |
NOT | final public static int NOT(Code) | | |
NOT_BETWEEN | final public static int NOT_BETWEEN(Code) | | |
NOT_IN | final public static int NOT_IN(Code) | | |
NOT_LIKE | final public static int NOT_LIKE(Code) | | |
NOT_LIKE_ESCAPE | final public static int NOT_LIKE_ESCAPE(Code) | | |
OR | final public static int OR(Code) | | |
STRING | final public static int STRING(Code) | | |
SUB | final public static int SUB(Code) | | |
like | Object like(boolean not, boolean use_escape) throws Exception(Code) | | Handle LIKE, NOT LIKE, LIKE ESCAPE, and NOT LIKE ESCAPE operators.
Parameters: not - true if this is a NOT LIKE construct, false if thisis a LIKE construct. Parameters: use_escape - true if this is a LIKE ESCAPE construct, false ifthere is no ESCAPE clause Description of the Returned Value exception: Exception - Description of Exception |
operationString | static String operationString(int operation)(Code) | | |
or | Object or() throws Exception(Code) | | Operation 3
| OR | T | F | U
+------+-------+-------+--------
| T | T | T | T
| F | T | F | U
| U | T | U | U
+------+-------+-------+-------
|
throwBadObjectException | public void throwBadObjectException(int class1) throws Exception(Code) | | |
throwBadObjectException | public void throwBadObjectException(int class1, int class2) throws Exception(Code) | | |
|
|