public class RelationalOperator extends Object
Modifier and Type | Field and Description |
---|---|
static Set<CS> |
ALL_VALUES |
static CS |
CT
Specified set of things includes value being evaluated.
|
static CS |
EQ
Equal condition applied to comparisons.
|
static CS |
GE
Greater than or equal condition applied to comparisons.
|
static CS |
GN
A generic comparison selects a record for inclusion in the response if
the beginning of the designated element value matches the select string.
|
static CS |
GT
Greater than condition applied to comparisons.
|
static CS |
LE
Less than or equal condition applied to comparisons.
|
static CS |
LT
Less than condition applied to comparisons.
|
static CS |
NE
Not equal condition applied to comparisons.
|
Constructor and Description |
---|
RelationalOperator() |
public static CS LT
Less than condition applied to comparisons.
public static CS GE
Greater than or equal condition applied to comparisons.
public static CS NE
Not equal condition applied to comparisons.
public static CS GT
Greater than condition applied to comparisons.
public static CS GN
A generic comparison selects a record for inclusion in the response if the beginning of the designated element value matches the select string.
public static CS LE
Less than or equal condition applied to comparisons.
public static CS EQ
Equal condition applied to comparisons.
public static CS CT
Specified set of things includes value being evaluated.
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved