PL/SQL API jcs_registry.key_path
Summary
- function key_path(key_id in number, max_len in number, quoted in varchar2, with_creator in varchar2) return varchar2 (Parameter with_creator will be ignored like in V7)
- function key_path(key_id in number, private in out varchar2, max_len in number) return varchar2 (Unsupported)
Returns the full path name (in a Unix or HTML like fashion) of the key.
Specification
function key_path(key_id in number,
max_len in number default 2000,
quoted in varchar2 default const.jcs_no,
with_creator in varchar2 default const.jcs_no)
return varchar2
Parameters
- key_id - the key id
- max_len - specifies the maximum number of characters returned
- quoted - 'Y' or 'N': specifies whether additional quoting is used in the output
- with_creator - argument is obsolete
- returns varchar2 -
plsqlTopic
onsiteTopic