public interface FunctionExecutionOnTable extends FunctionExecution
FunctionDefinition.getExecution()| Modifier and Type | Method and Description |
|---|---|
FunctionResult |
execute(ExecutionContextOnTable context)
Executes at the table level.
|
FunctionResult execute(ExecutionContextOnTable context) throws DPRAException
context - The execution context on table.DPRAException - An exception with a user-friendly message in case an error is thrown.