DBA Data[Home] [Help]

PACKAGE: SYS.OJDS_NAMESPACE

Source


1 package ojds_namespace authid current_user as
2   -- Write the serialized command
3   procedure write(bytes long raw);
4   -- Execute the command
5   function execute return number;
6   -- Read the serialzed result
7   function read return long raw;
8 end ojds_namespace;