Ferreteria/v0.3/class: Difference between revisions
< Ferreteria | v0.3
Jump to navigation
Jump to search
(updates) |
(list of traits is redundant when we have automated list of all classlike entities) |
||
Line 1: | Line 1: | ||
==Lists== | ==Lists== | ||
* [[Special:SearchByProperty/cl: | * [[Special:SearchByProperty/cl:OnRoaW5nLTIwdHlwZS9GZXJyZXRlcmlhLTJGY2xhc3M|alphabetical list of classes]] | ||
==Data== | ==Data== | ||
===Root Classes=== | ===Root Classes=== | ||
Line 6: | Line 6: | ||
* {{l/ferreteria/class|cFieldRow}} | * {{l/ferreteria/class|cFieldRow}} | ||
* {{l/ferreteria/class|cPortalRow}} | * {{l/ferreteria/class|cPortalRow}} | ||
===Notes=== | ===Notes=== | ||
''rearrangement in progress'' | ''rearrangement in progress'' |
Revision as of 12:28, 7 January 2019
Lists
Data
Root Classes
Notes
rearrangement in progress
Core functionality:
- handle current row - Template:L/ferreteria/class
- handle multiple rows
- sequential - Template:L/ferreteria/class
- status (how many rows found)
- position row cursor
- access current row
- end-of-rowset flag
- indexed
- sequential - Template:L/ferreteria/class
Database sources:
- manage what's in the source (selected, sequential access)
Currently, Table (Source) objects define:
- name of single-row class (Template:L/ferreteria/class)
- name of database table or other SQL to access it (Template:L/ferreteria/class)
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)