Oracle9iAS Portal Developer Kit

Preference store constants

These constants are used by APIs in the preference API packages wwpre_api_value and wwpre_api_util.

wwpre_api_value

 

USER_LEVEL_TYPE constant varchar2(4) := 'U';

Indicates a user-level type.

GROUP_LEVEL_TYPE constant varchar2(4) := 'G';

Indicates a group-level type.

SYSTEM_LEVEL_TYPE constant varchar2(4) := 'S';

Indicates a system-level type.

INHERIT_LEVEL_TYPE constant varchar2(4) := 'I';

Level type is inherited.

SYSTEM_LEVEL_ID constant integer := '0';

Indicates the level ID to be used if the level type is system-level.

wwpre_api_util

 

PRE_PATH_DELIMITER constant varchar2(10) := '.';

The delimiter to be used to separate path hierarchy in the preference path.

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio