CUBRID Engine  latest
sysprm_param Struct Reference
Collaboration diagram for sysprm_param:
Collaboration graph

Public Attributes

PARAM_ID id
 
const char * name
 
unsigned int static_flag
 
SYSPRM_DATATYPE datatype
 
unsigned int * dynamic_flag
 
void * default_value
 
void * value
 
void * upper_limit
 
void * lower_limit
 
char * force_value
 
DUP_PRM_FUNC set_dup
 
DUP_PRM_FUNC get_dup
 

Detailed Description

Definition at line 2366 of file system_parameter.c.

Member Data Documentation

void* sysprm_param::default_value
char* sysprm_param::force_value

Definition at line 2377 of file system_parameter.c.

Referenced by prm_set_force(), and sysprm_load_and_init_internal().

DUP_PRM_FUNC sysprm_param::get_dup

Definition at line 2379 of file system_parameter.c.

Referenced by prm_print(), sysprm_get_range(), and sysprm_print_sysprm_value().

PARAM_ID sysprm_param::id

Definition at line 2368 of file system_parameter.c.

Referenced by prm_print(), prm_set_default(), sysprm_get_id(), and sysprm_set_value().

void* sysprm_param::lower_limit
DUP_PRM_FUNC sysprm_param::set_dup

Definition at line 2378 of file system_parameter.c.

Referenced by prm_check_range(), and sysprm_generate_new_value().

void* sysprm_param::upper_limit

The documentation for this struct was generated from the following file: