GET_OWNER_OBJ_OF_REC_ROW ​
GET_OWNER_OBJ_OF_REC_ROW returns the ID of the object which owns a specified record row.
Syntax ​
leo-grammar
CC "Core" GET_OWNER_OBJ_OF_REC_ROW rowid:intValue
#-->RESULT ecode:intValue objid: intValue
Parameters ​
rowid
(intValue) - the ID of the row
Returns ​
ecode
(intValue) - Contains the error code or is 0 in case of success.objid
(idValue) - the ID of the object that contains the specified row
Details ​
Any existing record row belongs to a certain attribute and to exactly one object with that attribute.
See Also: ​
ADD_REC_ROW
MOVE_RECORD_ROW
REMOVE_REC_ROW
GET_REC_ATTR_ROW_ID
GET_REC_CLASS_ID
GET_REC_ATTR_ROW_COUNT
GET_ALL_REC_ATTR_ROW_IDS
GET_RECORD_MULTIPLICITY
Versions and Changes ​
Available since ADOxx 1.3