Raccoon.QE
Class CompOp

java.lang.Object
  extended byRaccoon.QE.CompOp

public class CompOp
extends java.lang.Object

CompOp : Different compare operators. Used for extended-SQL grammar parser.

Author:
Qi Zhong

Field Summary
static int EQ_OP
           
static int GE_OP
           
static int GT_OP
           
static int LE_OP
           
static int LT_OP
           
static int NE_OP
           
static int NO_OP
           
 
Constructor Summary
CompOp()
           
 
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
 

Field Detail

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
Constructor Detail

CompOp

public CompOp()
Method Detail

opToString

public static java.lang.String opToString(int op)