-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Milestone
Description
Just ran this against utPLSQL code that has several Oracle Objects such as:
/**
* description
* ut_composite_object
**/
create or replace type ut_composite_object force under ut_object
(
items ut_objects_list,
member procedure calc_execution_result(self in out nocopy ut_composite_object),
member function item_index(a_object_name varchar2) return pls_integer,
member procedure add_item(self in out nocopy ut_composite_object, a_item ut_object)
) not final not instantiable
/
Only a MD file with the filename is produced. This is a feature request to support the oracle object syntax.
Reactions are currently unavailable