Skip to content

GET_AP_CHANGE_COUNT ​

GET_AP_CHANGE_COUNT returns a counter value which can be used to determine whether attribute profile changes exist on database level.

Syntax ​

leo-grammar
CC "DB" GET_AP_CHANGE_COUNT

#--> RESULT ecode:intValue val:intValue
CC "DB" GET_AP_CHANGE_COUNT

#--> RESULT ecode:intValue val:intValue

Parameters ​

none

Returns ​

  • ecode (intValue) - 0 if everything went ok != 0 otherwise.
  • val (intValue) -

Details ​

To find out whether atribute profiles have been changed between a time t1 and a time t2, GET_AP_CHANGE_COUNT has to be called at both times. If the returned values are different, attribute profile changes exist on data base level.

Attribute profile changes are caused by the following actions

  • create, delete, rename, copy or move an attribute profile group
  • create, delete, copy or move an attribute profile
  • change an attribute value of an attribute profile

See Also ​

GET_MODEL_LIST_CHANGE_COUNT
GET_USER_LIST_CHANGE_COUNT

Versions and Changes ​

Available since ADOxx 1.3