The constants provided by the JadeRelationalQueryProviderIF interface are listed in the following table. You can use these class constants to construct composite expressions using the binaryExpression and unaryExpression methods.
| Constant | Integer Value |
|---|---|
| Op_And | 9 |
| Op_Equal | 1 |
| Op_GreaterThan | 3 |
| Op_GreaterThanOrEqual | 4 |
| Op_LessThan | 5 |
| Op_LessThanOrEqual | 6 |
| Op_Like | 7 |
| Op_Not | 11 |
| Op_NotEqual | 2 |
| Op_NotLike | 8 |
| Op_Or | 10 |