The DROP FUNCTION statement removes the specified Java function.
A function is created by a CREATE FUNCTION statement.
DROP FUNCTION functionName
The argument identifies the particular function to be dropped and is valid only if there is exactly one function instance with the functionName in the schema. The identified function can have any number of parameters defined for it.
An error will occur in any of the following circumstances: