Content deleted Content added
m →The PL/SQL: ce |
→Example 1: ce |
||
Line 36:
) instantiable not final;
/</source>
Now, the type's implementation is created. The implementation defines how the type's functions, procedures and how explicit constructors behave:<source lang="SQL">
create or replace type body base_type as
constructor function base_type return self as result is
|