cci_get_db_parameter

Description

The cci_get_db_parameter function gets a parameter 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

Syntax

int cci_get_db_parameter(int conn_handle, T_CCI_DB_PARAM param_name, void *value, T_CCI_ERROR *err_buf)

Return Value
Error Codes