Function Groups currently have a type CREATE, DELETE, UPDATE, EXECUTE, LIST, RETRIEVE, EXIST. All the functions in the group are expected to be of the same type. There are cases, where you may want to run a RETRIEVE or EXECUTE after a create. ie, getting the id of the auto-increment key. The function group type will remain as the default type. A function type will be added to identify functions that differ from the default.
Function Groups currently have a type CREATE, DELETE, UPDATE, EXECUTE, LIST, RETRIEVE, EXIST. All the functions in the group are expected to be of the same type. There are cases, where you may want to run a RETRIEVE or EXECUTE after a create. ie, getting the id of the auto-increment key. The function group type will remain as the default type. A function type will be added to identify functions that differ from the default.