Einzelne Rückgabe von Object Namen und Object Path hinzugefügt

This commit is contained in:
2026-04-10 14:18:15 +02:00
parent e4966a65c9
commit 4783baa71b
2 changed files with 23 additions and 11 deletions

View File

@@ -1,7 +1,9 @@
-- Schema-Level Type für f_list_objects Cursor-Rückgabe.
-- Wird benötigt da Oracle TABLE() in SQL nur schema-level Types unterstützt.
create or replace type t_net_storage_row as object (
object_name varchar2(1024)
object_key varchar2(1024)
,object_path varchar2(1024)
,name varchar2(256)
,object_size number
,last_modified date
,is_folder varchar2(1)