contains
has been removed from the Denodo Platform.
We suggest you remove all the references to this class from the code of your custom
wrappers. This class still exists to allow you to load your existing extensions
without modifying them. However, the execution engine will not execute this operator.@Deprecated public final class CustomWrapperContainsExpression extends CustomWrapperExpression
CustomWrapperCondition
ARRAY_TYPE, CONDITION_TYPE, CONTAINS_TYPE, FIELD_TYPE, FUNCTION_TYPE, REGISTER_TYPE, SIMPLE_TYPE
Constructor and Description |
---|
CustomWrapperContainsExpression(String literal,
String searchExpression)
Deprecated.
Creates a 'contains' expression.
|
Modifier and Type | Method and Description |
---|---|
protected int |
getExpressionType()
Deprecated.
|
String |
getLiteral()
Deprecated.
|
String |
getSearchExpression()
Deprecated.
|
String |
toString()
Deprecated.
|
equals, hashCode, isArrayExpression, isConditionExpression, isContainsExpression, isFieldExpression, isFunctionExpression, isRegisterExpression, isSimpleExpression
public String getLiteral()
public String getSearchExpression()
protected int getExpressionType()
getExpressionType
in class CustomWrapperExpression
public String toString()
toString
in class CustomWrapperExpression
Copyright © 2023 Denodo Technologies. All rights reserved.