Versions available for this page: CUBRID 8.2.1 | CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 | CUBRID 9.0.0 |
The cci_get_db_parameter function gets a parameter value specified in the database. The data type of value for param_name is shown in the table below.
|
param_name |
value Type |
note |
|---|---|---|
|
CCI_PARAM_ISOLATION_LEVEL |
int* |
get/set |
|
CCI_PARAM_LOCK_TIMEOUT |
int* |
get/set |
|
CCI_PARAM_MAX_STRING_LENGTH |
int* |
get only |
Note that in cci_get_db_parameter, CCI_PARAM_LOCK_TIMEOUT is outputting per second; in cci_set_db_parameter, CCI_PARAM_LOCK_TIMEOUT is inputting per second.
CCI_PARAM_MAX_STRING_LENGTH is measured in bytes and it gets a value defined in the MAX_STRING_LENGTH broker parameter.
int cci_get_db_parameter(int conn_handle, T_CCI_DB_PARAM param_name, void *value, T_CCI_ERROR *err_buf)