Ferreteria/v0.6/clade/Sys/Data/Engine/aux/ActionRq/Admin/ToDbOper: Difference between revisions
Jump to navigation
Jump to search
m (Woozle moved page Ferreteria/v0.6/clade/Sys/Data/reqs/Engine/AdminRq/ToDbOper to Ferreteria/v0.6/clade/Sys/Data/reqs/Engine/ActionRq/Admin/ToDbOper: renamed) |
No edit summary |
||
| Line 4: | Line 4: | ||
|- | |- | ||
| align=right | {{l/ver/clade|Sys\Data\reqs\Engine|AdminRq}} | | align=right | {{l/ver/clade|Sys\Data\reqs\Engine|AdminRq}} | ||
| → {{l/ver/clade|Sys\Data\reqs\Engine\ | | → {{l/ver/clade|Sys\Data\reqs\Engine\ActionRq\Admin|ToDbOper}} | ||
| | | | ||
→ {{l/ver/clade|Sys\Data\reqs\Engine\AdminRq\ToDbOper|EngDbExport}}<br> | → {{l/ver/clade|Sys\Data\reqs\Engine\AdminRq\ToDbOper|EngDbExport}}<br> | ||
| Line 20: | Line 20: | ||
! Alias || Clade | ! Alias || Clade | ||
|- | |- | ||
| '''Base'''* | | '''Base'''* [c,i] || {{l/ver/clade|Sys/Data/reqs/Engine|AdminRq}} | ||
|- | |- | ||
| '''DbOper'''* | | '''DbOper'''* [i] || {{l/ver/clade|Sys/Data/Engine|Ops}} | ||
|- | |||
| '''QStr'''* [i] || {{l/ver/clade|Data/Mem/QVar|Str}} | |||
|} | |} | ||
|} | |} | ||
==About== | |||
* '''Purpose''': parent-class for {{l/ver/clade|Sys\Data\reqs\Engine|ActionRq|Action Request}}s that require a {{l/ver/clade|Sys\Data\Engine|Ops|Database Operations}} object | |||
The <code>caToDbOper</code> class needs to know how to find a {{l/ver/clade|Sys\Data\Engine|Ops|Database Operations}} object from a db name-slug, but can't know where that slug is specified. The <code>QDbConnSlug()</code> function, which returns the value/status of that parameter, is therefore <code>abstract</code>. The same is true of the Schema name-slug. It is up to descendant classes (generally found within application code) to define where those slugs can be found, and return a {{l/ver/clade|Data/Mem/QVar|Str|value/status string}} object for each. | |||
Revision as of 00:39, 26 September 2025
| Clade Family | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AdminRq | → ToDbOper |
→ EngDbExport | ||||||||||
| ||||||||||||
About
- Purpose: parent-class for Action Requests that require a Database Operations object
The caToDbOper class needs to know how to find a Database Operations object from a db name-slug, but can't know where that slug is specified. The QDbConnSlug() function, which returns the value/status of that parameter, is therefore abstract. The same is true of the Schema name-slug. It is up to descendant classes (generally found within application code) to define where those slugs can be found, and return a value/status string object for each.