Syntax documentationcreate_function_statement Locate this document in the navigation structure

Syntax Syntax

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