Show TOC

create_function_statementLocate this document in the navigation structure

			
<create_function_statement>::=
  CREATE [PUBLIC] FUNCTION <dbfunction_name> [(<formal_parameter1>,...)] 
    RETURNS <data_type> [DETERMINISTIC] AS <routine>