onmode and h arguments: Update sqlhosts caches (SQL administration API)
Use the onmode and h arguments with the admin() or task() function to Update sqlhosts caches.
Syntax
>>-EXECUTE FUNCTION--+-admin-+--(--"onmode"--, -"h"--+----------+--)--;---><
+-task--+ +-,"force"-+
Usage (UNIX only)
You can use this function only when the database server is in online mode.
This function is equivalent to the onmode -h command.
Example
The following example triggers an unconditional reload of the sqlhosts caches:EXECUTE FUNCTION task("onmode", "h", "force");