Interface DatabaseFunction
public interface DatabaseFunction
This interface provides methods to execute a VDP function from a stored procedure.
-
Method Summary
-
Method Details
-
invoke
Executes a function on the VDP server.- Parameters:
parameters
- the parameters of the function.- Returns:
- the result of executing the function.
- Throws:
StoredProcedureException
- if there is some error executing the function
-