A database function is called (dbfunction_call) in the same way as a function. The database function is created by executing a CREATE FUNCTION statement.
<dbfunction_call> ::= <dbfunction_name> ( [<expression>,...] )
The current user must have the authorization to execute the function (EXECUTE privilege).