Futilities/v0.6/clade/Sys/dba/InRqData: Difference between revisions
< Futilities | v0.6 | clade | Sys | dba
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
| [WFe]{{l/ver/clade|p=Ferreteria|Sys\Events\InputRq\aux|InRqData}} | | [WFe]{{l/ver/clade|p=Ferreteria|Sys\Events\InputRq\aux|InRqData}} | ||
| → {{l/ver/clade|Sys\dba|InRqData}} | | → {{l/ver/clade|Sys\dba|InRqData}} | ||
|- | |- | ||
| colspan=3 align=center | | | colspan=3 align=center | | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! colspan=2 | Aliases | |||
|- | |||
! alias || clade | ! alias || clade | ||
|- | |- | ||
| Line 23: | Line 23: | ||
* '''docs''': [https://gitlab.com/woozalia/ferreteria/-/blob/v0.6-dev/apps/futils/src/Sys/dba/InRqData.md v0.6-dev] | * '''docs''': [https://gitlab.com/woozalia/ferreteria/-/blob/v0.6-dev/apps/futils/src/Sys/dba/InRqData.md v0.6-dev] | ||
==Purpose== | ==Purpose== | ||
This encapsulates the user input handled by | This encapsulates the user input handled by The [[Futilities]] [[Futilities/dba|DBA command]], adding access-functions for DBA-specific command-inputs. | ||
Access=functions generally act on named entries in the base InRqData object, using names supplied by DBA's KioskEnum (e{{l/ver/clade|Sys\dba|Kiosk}}). | |||
==Functions== | ==Functions== | ||
===public=== | ===public=== | ||
Revision as of 16:12, 13 September 2025
| Clade Family | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| [WFe]InRqData | → InRqData | |||||||||
| ||||||||||
Source
Purpose
This encapsulates the user input handled by The Futilities DBA command, adding access-functions for DBA-specific command-inputs.
Access=functions generally act on named entries in the base InRqData object, using names supplied by DBA's KioskEnum (eKiosk).
Functions
public
// DATA
function QDbConnSlug() : QStrIface;
function QSchemaSlug() : QStrIface;
function OkToReplace() : bool;
// OBJECTS
function QODbConn() : QObjIface;
function QOSchema() : QObjIface;