Deleting a SQLJ stored procedure name

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

drop procedure correct_states

which deletes the correct_states procedure name and its reference to the SQLJExamples.correctStates method. drop procedure does not affect the Java class and method referenced by the procedure.