ERIS CORE
svcDataDictionary.cpp File Reference

Data Dictionary service provides an interface to a data dictionary service the service shall provide a CRUD (create,read,update,destroy) interface data shall be globally readable create operation shall require a pointer to the owner update and destroy operations can only be made by the owner the owner pointer shall never be dereferenced or accessed by the service; it only serves as an ID NULL pointers are OK. They can be utilized to create globally modifiable (update,destroy) records. More...

Go to the source code of this file.

Detailed Description

Data Dictionary service provides an interface to a data dictionary service the service shall provide a CRUD (create,read,update,destroy) interface data shall be globally readable create operation shall require a pointer to the owner update and destroy operations can only be made by the owner the owner pointer shall never be dereferenced or accessed by the service; it only serves as an ID NULL pointers are OK. They can be utilized to create globally modifiable (update,destroy) records.

Author
Brian Monkaba (brian.nosp@m..mon.nosp@m.kaba@.nosp@m.gmai.nosp@m.l.com)
Version
0.1
Date
2021-08-12

Definition in file svcDataDictionary.cpp.