KI_HANDLE_SET_ATTR

Set handle attribute

Synopsis:
CALL KI_HANDLE_SET_ATTR handle, eAttr, value TO [status], [previous]
'ki_handle_set_attr( handle, eAttr, value, [previous] )
ArgumentEnumerationPurpose
handleTable handle
eAttrKDB_HANDLE_ATTR_ENUMattribute
valueValue
statusKDB_ERROR_ENUMReturn status
previousPrevious value
>KI_HANDLE_SET_ATTR

KI_HANDLE_SET_ATTR

This function is used to control the numeric or boolean attributes of a database handle. The complementary function KI_HANDLE_GET_ATTR can be used at any time to get the current value of an attribute.

Valid attributes and the enumeration that define them may be found in this page and in the constants list here. Not all attributes are settable.

History
Introduced in KCML 6.60
See Also:
KI_ADD_TRACKED_LOCK, KI_ALLOC_HANDLE, KI_CLEAR, KI_CLEAR_HANDLES, KI_CLOSE_TABLE, KI_DROP_TRACKED_LOCK, KI_FREE_HANDLE, KI_GET_HANDLE, KI_GET_TRACKED_LOCKS, KI_HANDLE_GET_ATTR, KI_HANDLE_GET_ATTR_STR, KI_HANDLE_SET_ATTR_POOL, KI_HANDLE_SET_ATTR_STR
KCML database status codes