Raccoon.QE
Class CompOp
java.lang.Object
Raccoon.QE.CompOp
- public class CompOp
- extends java.lang.Object
CompOp : Different compare operators. Used for extended-SQL grammar parser.
- Author:
- Qi Zhong
Method Summary |
static java.lang.String |
opToString(int op)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_OP
public static final int NO_OP
- See Also:
- Constant Field Values
EQ_OP
public static final int EQ_OP
- See Also:
- Constant Field Values
NE_OP
public static final int NE_OP
- See Also:
- Constant Field Values
LT_OP
public static final int LT_OP
- See Also:
- Constant Field Values
GT_OP
public static final int GT_OP
- See Also:
- Constant Field Values
LE_OP
public static final int LE_OP
- See Also:
- Constant Field Values
GE_OP
public static final int GE_OP
- See Also:
- Constant Field Values
CompOp
public CompOp()
opToString
public static java.lang.String opToString(int op)