Before you can create or replace a method, you must first create a UDT that contains a prototype declaration, or method signature, for a method to be associated with it.
Before you can replace a method, you must first create it (see CREATE METHOD). This action completes the definition of the method body initiated when you created the UDT it is associated with.