| Package | Description |
|---|---|
| com.denodo.vdb.engine.customwrapper |
Provides the base classes and mechanisms necessary to implement a Custom Wrapper.
|
| com.denodo.vdb.engine.customwrapper.input.value |
Provides the classes needed to deal with the value of input parameters of Custom Wrappers.
|
| Class and Description |
|---|
| CustomWrapper
All VDP Custom Wrappers must implement this interface.
|
| CustomWrapperConfiguration
Encapsulates the following configuration properties:
delegateProjections: See CustomWrapperConfiguration.setDelegateProjections(boolean)
and CustomWrapperConfiguration.isDelegateProjections(). |
| CustomWrapperException
A general purpose
Exception subclass intended to be used by Custom Wrappers. |
| CustomWrapperInputParameter
Defines a Custom Wrapper input parameter.
|
| CustomWrapperOrderByExpression
An expression which indicates that the rows should be returned sorted in a
concrete order by a concrete field.
|
| CustomWrapperOrderByExpression.ORDER
Defines the order of the sorting.
|
| CustomWrapperPlan
Defines methods to include information in the custom wrapper plan.
|
| CustomWrapperResult
Custom Wrappers use this class to return any data retrieved from their data source.
|
| CustomWrapperResult.CustomWrapperResultListener
Important: do not implement or reference this interface.
|
| CustomWrapperSchemaParameter
Defines a Custom Wrapper's schema parameter.
|
| Class and Description |
|---|
| CustomWrapperException
A general purpose
Exception subclass intended to be used by Custom Wrappers. |
Copyright © 2024 Denodo Technologies. All rights reserved.