Ferreteria/v0.5/portrow: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
m (1 revision imported: moving this project here)
No edit summary
Line 6: Line 6:
==Types==
==Types==
There are three standard types of PortRow:
There are three standard types of PortRow:
* '''Native''', which is used only for internal calculations (no I/O)
* '''[[/calc|Native (calc)]]''', which is used only for internal calculations (no I/O)
* '''Storage''', which converts to and from SQL (or, in theory, any other database-storage format)
* '''[[/stor|Storage (stor)]]''', which converts to and from SQL (or, in theory, any other database-storage format)
* '''Display''', which converts to and from HTML (or, in theory, any other display markup)
* '''[[/disp|Display (disp)]]''', which converts to and from HTML (or, in theory, any other display markup)

Revision as of 14:05, 28 May 2022

Navigation: PortBank : PortRow

About

Each PortRow object belongs to a PortBank object.

Each PortRow object contains a set of PortUnit objects corresponding to fields defined or discovered by the parent PortBank.

Types

There are three standard types of PortRow:

  • Native (calc), which is used only for internal calculations (no I/O)
  • Storage (stor), which converts to and from SQL (or, in theory, any other database-storage format)
  • Display (disp), which converts to and from HTML (or, in theory, any other display markup)