Add a modifier
When you write SPL functions, you can use the WITH clause
to add a modifier to the CREATE FUNCTION statement. In the WITH clause,
you can specify the COMMUTATOR or NEGATOR functions. The other modifiers
are for external routines.
Restriction: You can use the
COMMUTATOR or NEGATOR modifiers with SPL functions only. You cannot
use any modifiers with SPL procedures.