rules repository

G-7440 – Never use OUT parameters to return values from a function.

A function should return all its data through the `return` clause. Having an `out` parameter prohibits usage of a function within SQL statements.

Tags: Stored Object.

Quality area: Maintainability. Severity: Major. Fixing time: Local-high.

No rule selected