public abstract class CustomWrapperCondition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
AND |
protected static int |
NOT |
static String |
OPERATOR_BETWEEN
The 'between' operator
|
static String |
OPERATOR_CONTAINS
Deprecated.
This operator is deprecated and it is going to be removed in the next major version of the
Denodo Platform. The section Features
Deprecated in Virtual DataPort 7.0 lists all the features of Virtual DataPort
that are deprecated.
We suggest you remove all the references to this constant from the code of your
custom wrappers. This constant will not be removed from the next major version
of Denodo so you will be able to load your existing extensions without modifying
them. However, the execution engine of the next major version will not execute this
operator.
|
static String |
OPERATOR_CONTAINSAND
Deprecated.
This operator is deprecated and it is going to be removed in the next major version
of the Denodo Platform. The section Features
Deprecated in Virtual DataPort 7.0 lists all the features of Virtual DataPort
that are deprecated.
We suggest you remove all the references to this constant from the code of your
custom wrappers. This constant will not be removed from the next major version
of Denodo so you will be able to load your existing extensions without modifying
them. However, the execution engine of the next major version will not execute this
operator.
|
static String |
OPERATOR_CONTAINSOR
Deprecated.
This operator is deprecated and it is going to be removed in the next major version
of the Denodo Platform. The section Features
Deprecated in Virtual DataPort 7.0 lists all the features of Virtual DataPort
that are deprecated.
We suggest you remove all the references to this constant from the code of your
custom wrappers. This constant will not be removed from the next major version
of Denodo so you will be able to load your existing extensions without modifying
them. However, the execution engine of the next major version will not execute this
operator.
|
static String |
OPERATOR_EQ
The 'equals' operator (
=) |
static String |
OPERATOR_GE
The 'greater or equal' operator (
>=) |
static String |
OPERATOR_GT
The 'greater than' operator (
>) |
static String |
OPERATOR_IN
The 'in' operator
|
static String |
OPERATOR_ISCONTAINED
Deprecated.
This operator is deprecated and it is going to be removed in the next major version
of the Denodo Platform. The section Features
Deprecated in Virtual DataPort 7.0 lists all the features of Virtual DataPort
that are deprecated.
We suggest you remove all the references to this constant from the code of your
custom wrappers. This constant will not be removed from the next major version
of Denodo so you will be able to load your existing extensions without modifying
them. However, the execution engine of the next major version will not execute this
operator.
|
static String |
OPERATOR_ISFALSE
The 'is false' operator
|
static String |
OPERATOR_ISNOTNULL
The 'is not null' operator
|
static String |
OPERATOR_ISNULL
The 'is null' operator
|
static String |
OPERATOR_ISSIMILARTO
The 'is similar to' operator (
~) |
static String |
OPERATOR_ISTRUE
The 'is true' operator
|
static String |
OPERATOR_LE
The 'less or equal' operator (
<=) |
static String |
OPERATOR_LIKE
The 'like' operator
|
static String |
OPERATOR_LT
The 'less than' operator (
<) |
static String |
OPERATOR_NE
The 'not equal' operator (
<>) |
static String |
OPERATOR_REGEXPLIKE
The 'regexp_like' operator
|
protected static int |
OR |
protected static int |
SIMPLE |
| Constructor and Description |
|---|
CustomWrapperCondition() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
getType() |
boolean |
isAndCondition() |
boolean |
isNotCondition() |
boolean |
isOrCondition() |
boolean |
isSimpleCondition() |
public static final String OPERATOR_EQ
=)public static final String OPERATOR_LT
<)public static final String OPERATOR_LE
<=)public static final String OPERATOR_GT
>)public static final String OPERATOR_GE
>=)public static final String OPERATOR_NE
<>)public static final String OPERATOR_IN
public static final String OPERATOR_BETWEEN
public static final String OPERATOR_ISNULL
public static final String OPERATOR_ISNOTNULL
public static final String OPERATOR_LIKE
public static final String OPERATOR_REGEXPLIKE
@Deprecated public static final String OPERATOR_CONTAINS
@Deprecated public static final String OPERATOR_CONTAINSOR
@Deprecated public static final String OPERATOR_CONTAINSAND
@Deprecated public static final String OPERATOR_ISCONTAINED
public static final String OPERATOR_ISSIMILARTO
~)public static final String OPERATOR_ISTRUE
public static final String OPERATOR_ISFALSE
protected static final int AND
protected static final int NOT
protected static final int OR
protected static final int SIMPLE
protected abstract int getType()
public boolean isAndCondition()
true if the condition is an AND condition, false otherwise.public boolean isNotCondition()
true if the condition is a NOT condition, false otherwise.public boolean isOrCondition()
true if the condition is an OR condition, false otherwise.public boolean isSimpleCondition()
true if the condition is a simple condition, false otherwise.Copyright © 2024 Denodo Technologies. All rights reserved.