Object-PL/SQL: Difference between revisions

Content deleted Content added
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