Ferreteria/archive/v0.5/data/space: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "'''Folder''': {{l/ferreteria/code|data/space}} ==Files== The following was copied from code docs, and I need to remember what all of it means: * {{l/ferreteria/code|data/space...")
 
No edit summary
Line 1: Line 1:
'''Folder''': {{l/ferreteria/code|data/space}}
'''Folder''': {{l/ferreteria/code|data/space}}
==Files==
==Files==
The following was copied from code docs, and I need to remember what all of it means:
The following was copied from comments (now removed) in {{l/ferreteria/code|data/space/0.php}}, and I need to document what all of it means once I remember it:
* {{l/ferreteria/code|data/space/status.php}}:
* {{l/ferreteria/code|data/space/status.php}}:
** tTableStatus
** tTableStatus

Revision as of 13:27, 16 March 2022

Folder: data/space

Files

The following was copied from comments (now removed) in data/space/0.php, and I need to document what all of it means once I remember it:

  • data/space/status.php:
    • tTableStatus
      • PIECE: Table()
      • EVENT: OnCreate_Table()
    • tRecordStatus
      • PIECES: ID(), Record()
      • EVENT: OnCreate_Record()
  • data/space/result.php:
    • tResult
      • PIECE: SQL()
    • tSingleResult <- tResult
      • SetIt(), GetIt(), HasIt(), ClearIt()
    • cTableResult <- cSpace + ifObjectReadWrite + tTableStatus + tSingleResult
  • data/space/ops.php:
    • cIOResult <- cSpace + tResult + tTableStatus + tRecordStatus
      • ACTIONS: DoPopulate()
    • cSelectResult <- cIOResult
      • PIECES: Rowset()
      • EVENT: OnCreate()
    • cInsertResult <- cIOResult
      • ACTIONS: DoPopulate()
    • cUpdateStatus = cIOResult