public class OperatorsOracle extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
COLLECTION_CONNECTIVES |
static String[] |
COLLECTION_OPERATORS |
static String[] |
COMPARABLE_CONNECTIVES |
static String[] |
COMPARABLE_OPERATORS |
static String[] |
COMPLEX_CEP_CONNECTIVES |
static String[] |
COMPLEX_CEP_OPERATORS |
static String[] |
CONDITIONAL_ELEMENTS |
static String[] |
EXPLICIT_LIST_OPERATORS |
static String[] |
SIMPLE_CEP_CONNECTIVES |
static String[] |
SIMPLE_CEP_OPERATORS |
static String[] |
STANDARD_CONNECTIVES |
static String[] |
STANDARD_OPERATORS |
static String[] |
STRING_CONNECTIVES |
static String[] |
STRING_OPERATORS |
static String[] |
WINDOW_CEP_OPERATORS |
Constructor and Description |
---|
OperatorsOracle() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isValueRequired(String operator)
Operator "== null" and "!
|
static boolean |
operatorRequiresList(String operator)
Check whether an operator requires a list of values (i.e. the operator is
either "in" or "not in").
|
public static final String[] STANDARD_OPERATORS
public static final String[] STANDARD_CONNECTIVES
public static final String[] COMPARABLE_OPERATORS
public static final String[] COMPARABLE_CONNECTIVES
public static final String[] STRING_OPERATORS
public static final String[] STRING_CONNECTIVES
public static final String[] COLLECTION_OPERATORS
public static final String[] COLLECTION_CONNECTIVES
public static final String[] EXPLICIT_LIST_OPERATORS
public static final String[] CONDITIONAL_ELEMENTS
public static final String[] SIMPLE_CEP_OPERATORS
public static final String[] COMPLEX_CEP_OPERATORS
public static final String[] WINDOW_CEP_OPERATORS
public static final String[] SIMPLE_CEP_CONNECTIVES
public static final String[] COMPLEX_CEP_CONNECTIVES
public static boolean operatorRequiresList(String operator)
operator
- public static boolean isValueRequired(String operator)
operator
- The operator to checkCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.