GET_PARAMETER¶
Description
The stored procedure GET_PARAMETER returns information about the values of the configuration properties used in the Virtual DataPort server and the Web Container.
Syntax
GET_PARAMETER(
input_property_name : text
, input_is_web_container_property : boolean
)
input_property_name: name of the property which value we want to get.input_is_web_container_property(optional): iftruethe property will be searched in theWeb Containerconfiguration properties set. Otherwise, the property will be searched in theVirtual DataPortconfiguration properties set. Default value isfalse.
The procedure returns only one row with the following field:
property_value: The value of the requested property.
The procedure always returns one row. However, if the property does not exist, the value of property_value will be null.
Privileges Required
Only global administrators can invoke this procedure.
