DBA Data[Home] [Help]

SYS.ODCICOLINFODUMP dependencies on ODCICOLINFOFLAGSDUMP

Line 21: ODCIColInfoFlagsDump(ci.ColInfoFlags);

17: dbms_output.put_line('Column type :'|| ci.ColTypeName);
18: dbms_output.put_line('Column type schema:'|| ci.ColTypeSchema);
19:
20: if (ci.ColInfoFlags != 0) then
21: ODCIColInfoFlagsDump(ci.ColInfoFlags);
22: end if;
23:
24: if (ci.OrderByPosition > 0) then
25: dbms_output.put_line('Indexed column position in order by: '||