Class and Description |
---|
com.denodo.common.custom.elements.CustomElementsFactory
Use
CustomElementsUtil instead. |
com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
The operator contains 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 class from the code of your
custom wrappers. This class 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.
|
Field and Description |
---|
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition.OPERATOR_CONTAINS
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.
|
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition.OPERATOR_CONTAINSAND
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.
|
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition.OPERATOR_CONTAINSOR
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.
|
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition.OPERATOR_ISCONTAINED
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.
|
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 is deprecated and it is going to be removed from 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 method from the code of your
custom wrappers. This method 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.
|
com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration.isDelegateCompoundFieldProjections()
This method is deprecated and it may be removed in future releases of the Denodo Platform.
The value of the property
delegateCompoundFieldProjections defines whether a Custom Wrapper
can deal with projected compound fields (compound fields being fields with sub-fields). |
com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration.setDelegateCompoundFieldProjections(boolean)
This method is deprecated and it may be removed in future releases of the Denodo Platform.
The value of the property
delegateCompoundFieldProjections defines whether a Custom Wrapper
can deal with projected compound fields (compound fields being fields with sub-fields). |
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 © 2024 Denodo Technologies. All rights reserved.