PHP » GoLang |
login |
register |
about
|
GoLang cubrid_set_db_parameter
request it (342)
GoLang replacement for PHP's cubrid_set_db_parameter
[edit | history]
cubrid_set_db_parameter(PECL CUBRID >= 8.4.0) cubrid_set_db_parameter — Sets the CUBRID database parameters Description
bool cubrid_set_db_parameter
( resource
$conn_identifier
, int $param_type
, int $param_value
)The cubrid_set_db_parameter() function is used to set the CUBRID database parameters. It can set the following CUBRID database parameters:
Parameters
Return Values
ExamplesExample #1 cubrid_get_db_parameter() example
<?php The above example will output: array(4) { ["PARAM_ISOLATION_LEVEL"]=> int(3) ["PARAM_LOCK_TIMEOUT"]=> int(-1) ["PARAM_MAX_STRING_LENGTH"]=> int(1073741823) ["PARAM_AUTO_COMMIT"]=> int(0) } array(4) { ["PARAM_ISOLATION_LEVEL"]=> int(2) ["PARAM_LOCK_TIMEOUT"]=> int(-1) ["PARAM_MAX_STRING_LENGTH"]=> int(1073741823) ["PARAM_AUTO_COMMIT"]=> int(1) } See Also
|
more
Recently updated
more
Most requested
more
Last requests
|