You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Just ran this against utPLSQL code that has several Oracle Objects such as:
Only a MD file with the filename is produced. This is a feature request to support the oracle object syntax.
The text was updated successfully, but these errors were encountered: