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.
SQL Tutorial, Database Functions, Functions
The current database user must have the authorization to execute the database function (EXECUTE privilege).