You request all of the data stored for the database parameter identified as <parameter_name>.
You have the server authorization ParamRead.
param_getfull <parameter_name>
The system outputs an OK message followed by all of the data for the parameter concerned.
OK<NL>
<type><NL>
<default><NL>
<value><NL>
<property> <value><NL>
<property> <value><NL>
...
HELP
<help_line><NL>
<help_line><NL>
...
EXPLAIN
<explain_line><NL>
<explain_line><NL>
...
<type> |
Data type of the parameter |
<default> |
System default value |
<value> |
Current value, |
<property> |
|
<help_line> |
Help text |
<explain_line> |
Explanatory text |
In the event of errors, see Reply Format.