#include <set_var.h>
List of all members.
Detailed Description
set_var_base descendant for assignments to the system variables. 
Member Function Documentation
Verify that the supplied value is correct.
- Parameters:
- 
  
  
- Returns:
- status code 
- Return values:
- 
  
  
Implements set_var_base.
 
 
Check variable, but without assigning value (used by PS).
- Parameters:
- 
  
  
- Return values:
- 
  
    | 0 | ok |  | 1 | ERROR, message sent (normally no variables was updated) |  | -1 | ERROR, message not sent |  
 
Reimplemented from set_var_base.
 
 
Self-print assignment
- Parameters:
- 
  
    | str | string buffer to append the partial assignment to |  
 
Implements set_var_base.
 
 
Update variable
- Parameters:
- 
  
  
- Returns:
- 0|1 ok or ERROR
- Note:
- ERROR can be only due to abnormal operations involving the server's execution evironment such as out of memory, hard disk failure or the computer blows up. Consider set_var::check() method if there is a need to return an error due to logics. 
Implements set_var_base.
 
 
Member Data Documentation
for structured variables, like keycache_name.variable_name 
 
 
The documentation for this class was generated from the following files: