|
proxy_info record structure and table |
|
In the wwctx_api_proxy API package, the proxy_info record contains proxy details and it is returned whenever information about proxies is requested, i.e. by the get_proxy, get_proxy_list and get_default_proxy functions. Note: For security reasons, this record does not contain authorization information but it does contain default proxy information. The proxy_info record structure is: type proxy_info is record
Table containing proxy details: type proxy_info_tab is table of proxy_info index by binary_integer; |
|||||||||||||
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |