DataDictionary: Difference between revisions

m
no edit summary
(Saving again after logging in, <g>: Saw this page as wanted and filled in my best efforts at first attempt. please feel free to edit as necesssary)
 
mNo edit summary
Line 1: Line 1:
TODO: integrate this with [[Data Dictionaries]]
A data dictionary is defined as the business layer in-bewteen your table on disk, and the requested operation at runtime.  It handles the find, clear, save, validate, and delete requests from either the programmer or the user.  A data dictionary exists both as a class coded definition and as an instantiated object which uses full delegation and polymorphism in the form of a data dictionary object in a "tree" structure for the data set you wish to perform an operation on.
A data dictionary is defined as the business layer in-bewteen your table on disk, and the requested operation at runtime.  It handles the find, clear, save, validate, and delete requests from either the programmer or the user.  A data dictionary exists both as a class coded definition and as an instantiated object which uses full delegation and polymorphism in the form of a data dictionary object in a "tree" structure for the data set you wish to perform an operation on.


1,134

edits