class design - is there a word that encompasses both 'schema' and 'data'? -


i need word covers both schema , data.

i'm designing classes part of system needs store , process data defined @ run time. have classes contain definition objects, , storage objects.

this going refactor of core section code base has been going strong 15 years, lots of people need use , understand source code, i'd can make easy understand. group of have haggled , sweated on design, no-one has come name classes:

i feel:

[unknown word] | |______schema |______data  

is looking for

but

data | |______schema |______storage 

is best far.

how model?

you have data persisted store according given schema (possibly required store itself). create, remove, update or delete data through operations, present results in format useful manipulation: format can same 1 defined storing schema or abstraction or anyway manipulation of it.

i go model.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -