Entering content frame

Syntax documentation create_function_statement Locate the document in the library structure

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

 

Leaving content frame