| FROM classname |
Optional If specified, the FROM classname clause
deletes the method from the given classname.
If the FROM clause is not specified, Caché searches
all classes of the schema for the method, and deletes it. However, if no method
of this name is found, or more than one method of this name is found, an error
code is returned. If the deletion of the method results in an empty class, DROP
METHOD deletes the class as well. |