Ferreteria/v0.6/clade/Sys/Data/Engine/Oper: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
! colspan=3 | Clade Family | ! colspan=3 | Clade Family | ||
|- | |- | ||
| align=right | {{l/ver/clade|IO|Aspect}} | | align=right | | ||
| → {{l/ver/clade|Sys/Data/Engine|Ops}} | {{l/ver/clade|IO|Aspect}}<br> | ||
{{l/ver/clade|Config\Roster\for|AClass}} | |||
| align=center | → {{l/ver/clade|Sys/Data/Engine|Ops}} | |||
| | | | ||
→ {{l/ver/clade|Sys/Data/Engine/Ops|MyMar}} | → {{l/ver/clade|Sys/Data/Engine/Ops|MyMar}} | ||
| Line 26: | Line 28: | ||
|- | |- | ||
| '''HasRost*''' || {{l/ver/clade|Config\Roster\for|AClass}} (i,t) | | '''HasRost*''' || {{l/ver/clade|Config\Roster\for|AClass}} (i,t) | ||
|- | |||
| '''Schema*''' || {{l/ver/clade|Sys\Data\Engine|Schema}} (i) | |||
|- | |- | ||
| '''Schemas*''' || {{l/ver/clade|Sys\Data\aux\list|Schemas}} (i) | | '''Schemas*''' || {{l/ver/clade|Sys\Data\aux\list|Schemas}} (i) | ||
| Line 31: | Line 35: | ||
|} | |} | ||
==Functions== | |||
// ACTION: requests | |||
function DoDataRequest(DataReqIface $oReq); | |||
// ACTION: parameterized | |||
function SchemaList() : SchemasIface; | |||
function DoUserSetup(); | |||
// OBJECTS | |||
function GetSchema(string $sName) : SchemaIface; | |||
// INFO | |||
function ConnSlug() : string; // connection shortname | |||
Revision as of 13:58, 10 September 2025
| Clade Family | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| → Ops |
→ MyMar | |||||||||||||||||||
| Aliases | ||||||||||||||||||||
| ||||||||||||||||||||
Functions
// ACTION: requests function DoDataRequest(DataReqIface $oReq); // ACTION: parameterized function SchemaList() : SchemasIface; function DoUserSetup(); // OBJECTS function GetSchema(string $sName) : SchemaIface; // INFO function ConnSlug() : string; // connection shortname