Class and Description |
---|
com.denodo.common.custom.elements.CustomElementsFactory
Use
CustomElementsUtil instead. |
com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
The operator
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. |
Field and Description |
---|
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition.OPERATOR_CONTAINS
This operator has been removed from the Denodo Platform.
We suggest you remove all the references to this constant 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.
|
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition.OPERATOR_CONTAINSAND
This operator has been removed from the Denodo Platform.
We suggest you remove all the references to this constant 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.
|
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition.OPERATOR_CONTAINSOR
This operator has been removed from the Denodo Platform.
We suggest you remove all the references to this constant 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.
|
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition.OPERATOR_ISCONTAINED
This operator has been removed from the Denodo Platform.
We suggest you remove all the references to this constant 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.
|
Method and Description |
---|
com.denodo.vdb.engine.customwrapper.CustomWrapperResult.addRow(Object[], List<CustomWrapperFieldExpression>)
Use method
CustomWrapperResult.addRow(Object[]) |
com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure.close()
As of Denodo 5.5, this method is deprecated because it is never invoked.
It will be removed in future versions of the Denodo Platform. |
com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor.close()
This method will be removed in future versions because it is not used.
|
com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure.getNumOfAffectedRows()
As of Denodo 5.5, this method is deprecated because its result is not used.
It will be removed in future versions of the Denodo Platform. |
com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression.getSubFields()
This method is deprecated and it may be removed in future releases of the Denodo Platform.
|
com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression.hasSubFields()
This method is deprecated and it may be removed in future releases of the Denodo Platform.
|
com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression.isContainsExpression()
The operator
contains has been removed from the Denodo Platform.
We suggest you remove all the references to this method from the code of your custom
wrappers. This method still exists to allow you to load your existing extensions
without modifying them. However, the execution engine will not execute this operator. |
com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration.isDelegateCompoundFieldProjections()
This method is deprecated and it may be removed in future major versions of the Denodo Platform. This
method is maintained for binary compatibility.
|
com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration.setDelegateCompoundFieldProjections(boolean)
This method is deprecated and it may be removed in future major versions of the Denodo Platform. This
method is maintained for binary compatibility but it does not perform any action.
|
Constructor and Description |
---|
com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression(String, List<CustomWrapperFieldExpression>) |
com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter(String, boolean)
This method is deprecated since Denodo 5.0. Instead, use
CustomWrapperInputParameter(String, String, boolean, CustomWrapperInputParameterType) |
com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter(String, boolean, boolean)
This method is deprecated since Denodo 5.0. Instead, use
CustomWrapperInputParameter(String, String, boolean, CustomWrapperInputParameterType) |
Copyright © 2022 Denodo Technologies. All rights reserved.