DBA Data[Home] [Help]

SYS.DBMS_DBFS_CONTENT dependencies on DBMS_DBFS_CONTENT_RAW_T

Line 1821: buffers out nocopy dbms_dbfs_content_raw_t,

1817: path in varchar2,
1818: properties in out nocopy dbms_dbfs_content_properties_t,
1819: amount in out number,
1820: offset in number,
1821: buffers out nocopy dbms_dbfs_content_raw_t,
1822: prop_flags in integer default (prop_std +
1823: prop_opt),
1824: asof in timestamp default null,
1825: store_name in varchar2 default null,

Line 1833: buffers out nocopy dbms_dbfs_content_raw_t,

1829: path in varchar2,
1830: properties in out nocopy properties_t,
1831: amount in out number,
1832: offset in number,
1833: buffers out nocopy dbms_dbfs_content_raw_t,
1834: prop_flags in integer default (prop_std +
1835: prop_opt),
1836: asof in timestamp default null,
1837: store_name in varchar2 default null,

Line 1889: buffers in dbms_dbfs_content_raw_t,

1885: path in varchar2,
1886: properties in out nocopy dbms_dbfs_content_properties_t,
1887: written out number,
1888: offset in number,
1889: buffers in dbms_dbfs_content_raw_t,
1890: prop_flags in integer default (prop_std +
1891: prop_opt),
1892: store_name in varchar2 default null,
1893: principal in varchar2 default null);

Line 1900: buffers in dbms_dbfs_content_raw_t,

1896: path in varchar2,
1897: properties in out nocopy properties_t,
1898: written out number,
1899: offset in number,
1900: buffers in dbms_dbfs_content_raw_t,
1901: prop_flags in integer default (prop_std +
1902: prop_opt),
1903: store_name in varchar2 default null,
1904: principal in varchar2 default null);