oracle.dmt.op.re.base
Interface Enum.RelationalOperator
- Enclosing class:
- Enum
- public static interface Enum.RelationalOperator
Interface RelationalOperator
is the actual enumeration
for the RelationalOperatorType
.
Add new entries here.
EQ
public static final Enum.RelationalOperatorType EQ
NEQ
public static final Enum.RelationalOperatorType NEQ
LT
public static final Enum.RelationalOperatorType LT
LEQ
public static final Enum.RelationalOperatorType LEQ
GT
public static final Enum.RelationalOperatorType GT
GEQ
public static final Enum.RelationalOperatorType GEQ