| Package | Description |
|---|---|
| com.denodo.vdb.engine.customwrapper |
Provides the base classes and mechanisms necessary to implement a Custom Wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<CustomWrapperOrderByExpression> |
AbstractCustomWrapper.getOrderByExpressions()
If the Custom Wrapper declares in the
CustomWrapperConfiguration
that it supports orderBy delegations, it returns a List with the
expressions in the ORDER BY clause delegated to the custom wrapper. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCustomWrapper.setOrderByExpressions(List<CustomWrapperOrderByExpression> orderByExpressions)
Sets the order by expressions when they are delegated to the source
|
Copyright © 2024 Denodo Technologies. All rights reserved.