Interface DatabaseFunction


public interface DatabaseFunction
This interface provides methods to execute a VDP function from a stored procedure.
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Object[] parameters)
    Executes a function on the VDP server.
  • Method Details

    • invoke

      Object invoke(Object[] parameters) throws StoredProcedureException
      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