Ferreteria/v0.3/class

From Woozle Writes Code
Jump to navigation Jump to search

Lists

Data

rearrangement in progress

Core functionality:

Database sources:

  • manage what's in the source (selected, sequential access)

Currently, Table (Source) objects define:

There are two types of accessible data, when dealing with databases:

  • data that has been loaded into a black-box "resource" rowset, and can be accessed sequentially
  • data that is being stored in memory, and can be accessed by index (core functionality)

Root Classes

Traits