Interface FunctionExecutionOnTable
- All Superinterfaces:
FunctionExecution
Execution of a function at the table level.
- Since:
- 4.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(ExecutionContextOnTable context) Executes at the table level.
-
Method Details
-
execute
Executes at the table level.- Parameters:
context
- The execution context on table.- Throws:
DPRAException
- An exception with a user-friendly message in case an error is thrown.
-