![]() |
ERIS CORE
|
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.
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.
Definition in file svcDataDictionary.cpp.