Description
There are some features which are supported by Oracle's PL/SQL but not by HPL/SQL. This Jira is about to prioritize them and investigate the feasibility of the implementation.
- ForAll syntax like: ForAll j in i..j save exceptions
- Bulk collect: : Fetch cursor Bulk Collect Into list Limit n;
- Type declartion: Type T_cab is TABLE of
- TABLE datatype
- GOTO and LABEL
- Global variables like $$PLSQL_UNIT and others
- Named parameters func(name1 => value1, name2 => value2);
- Built in functions: trunc, lpad, to_date, ltrim, rtrim, sysdate