Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0635c1

Browse files
committed
Updated comment/description for purge_cache
1 parent 7d6e1b1 commit d0635c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/api/ut_runner.pks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ create or replace package ut_runner authid current_user is
7474
/**
7575
* Removes cached information about annotations for objects of specified type and specified owner
7676
*
77-
* @param a_object_owner optional - owner of objects to purge annotations for
78-
* @param a_object_type optional - type of objects to purge annotations for (defaults to 'PACKAGE')
77+
* @param a_object_owner optional - owner of objects to purge annotations for. If null (default) then all schemas are purged
78+
* @param a_object_type optional - type of objects to purge annotations for. If null (default) then cache for all object types is purged
7979
*/
8080
procedure purge_cache(a_object_owner varchar2 := null, a_object_type varchar2 := null);
8181

0 commit comments

Comments
 (0)