Rules tagged with: Dynamic SQL
Dynamic SQL.
- G-6010Always use a character variable to execute dynamic SQL.Maintainability
- G-6020Try to use output bind arguments in the RETURNING INTO clause of dynamic DML statements rather than the USING clause.Maintainability
- G-9501Never use parameter in string expression of dynamic SQL. Use asserted local variable instead.Security
3 total
