Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. for view in main module do {
  2. for column in view do {
  3. Find attribute for each column and store (possibly in a skip list?)
  4. Store name of column
  5. }
  6. create new module
  7. create needed types / attributes in new module
  8. create new view in new module
  9.  
  10. for object in main module {
  11. create object in new module
  12. for attribute in main module {
  13. check if attribute is in new module {
  14. copy info from old object to new
  15. }
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement