{ CREATE | REPLACE } TRANSFORM FOR [SYSUDTLIB.] UDT_name
transform_specification [...] [;]
-
transform_specification
-
transform_group ( TO SQL WITH to_method_or_function FROM SQL WITH from_method_or_function )
-
to_method_or_function
-
from_method_or_function
-
{ specific_method | instance_method | specific_function | function }
-
specific_method
-
SPECIFIC [SYSUDTLIB.] specific_method_name FOR [SYSUDTLIB.] UDT_name
-
instance_method
-
[INSTANCE] METHOD [SYSUDTLIB.] method_name
( [ data_type | [SYSUDTLIB.] UDT_name ] [,...] ) FOR [SYSUDTLIB.] UDT_name
-
specific_function
-
SPECIFIC FUNCTION [SYSUDTLIB.] specific_function_name
-
function
-
FUNCTION [SYSUDTLIB.] function_name
( [ data_type | [SYSUDTLIB.] UDT_name ] [,...] )