| Package | Description |
|---|---|
| com.denodo.vdb.engine.customwrapper |
Provides the base classes and mechanisms necessary to implement a Custom Wrapper.
|
| com.denodo.vdb.engine.customwrapper.condition |
Provides the classes needed to deal with conditions of Custom Wrappers.
|
| com.denodo.vdb.engine.customwrapper.expression |
Provides the classes needed to deal with expressions of Custom Wrappers.
|
| Modifier and Type | Method and Description |
|---|---|
CustomWrapperFieldExpression |
CustomWrapperOrderByExpression.getField()
Returns the field that the rows should be sorted by.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomWrapperFieldExpression> |
CustomWrapperResult.getProjectedFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomWrapperResult.addRow(Object[] row,
List<CustomWrapperFieldExpression> projectedFields)
Deprecated.
Use method
CustomWrapperResult.addRow(Object[]) |
int |
AbstractCustomWrapper.insert(Map<CustomWrapperFieldExpression,Object> insertValues,
Map<String,String> inputValues)
By default, does nothing and returns
0. |
int |
CustomWrapper.insert(Map<CustomWrapperFieldExpression,Object> insertValues,
Map<String,String> inputValues)
Defines how this Custom Wrapper inserts values into the data source.
|
void |
CustomWrapperResult.CustomWrapperResultListener.onAddRow(Object[] row,
List<CustomWrapperFieldExpression> projectedFields)
Important: do not implement this method.
|
void |
CustomWrapper.run(CustomWrapperConditionHolder condition,
List<CustomWrapperFieldExpression> projectedFields,
CustomWrapperResult result,
Map<String,String> inputValues)
Defines how this Custom Wrapper acts when being queried.
|
void |
CustomWrapperResult.setProjectedFields(List<CustomWrapperFieldExpression> projectedFields) |
int |
AbstractCustomWrapper.update(Map<CustomWrapperFieldExpression,Object> updateValues,
CustomWrapperConditionHolder condition,
Map<String,String> inputValues)
By default, does nothing and returns
0. |
int |
CustomWrapper.update(Map<CustomWrapperFieldExpression,Object> updateValues,
CustomWrapperConditionHolder condition,
Map<String,String> inputValues)
Defines how this Custom Wrapper updates data in the data source.
|
| Constructor and Description |
|---|
CustomWrapperOrderByExpression(CustomWrapperFieldExpression field,
CustomWrapperOrderByExpression.ORDER order) |
| Modifier and Type | Method and Description |
|---|---|
Map<CustomWrapperFieldExpression,Object> |
CustomWrapperConditionHolder.getConditionMap() |
Map<CustomWrapperFieldExpression,Object> |
CustomWrapperConditionHolder.getConditionMap(boolean force) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomWrapperFieldExpression> |
CustomWrapperFieldExpression.getSubFields()
Deprecated.
This method is deprecated and it may be removed in future releases of the Denodo Platform.
|
| Constructor and Description |
|---|
CustomWrapperFieldExpression(String name,
List<CustomWrapperFieldExpression> subFields)
Deprecated.
|
Copyright © 2024 Denodo Technologies. All rights reserved.