|
CREATE PROCEDURE p2() specific specefic3 EXTERNAL NAME
examples.testingForProcedure:check()
Where,
Specefic2 is the specific name of procedure for unique identification.
examples.testingForProcedure is the name of the class with package name.
check() is the name of the method.
|