Deleting a SQLJ function name

You can delete the SQLJ function name for a Java method using the drop function command. For example, enter:

drop function region_of

which deletes the region_of function name and its reference to the SQLJExamples.region method. drop function does not affect the referenced Java method or class.

See the Reference Manual for complete syntax and usage information.