Futilities/v0.6/fx/ParseInputString: Difference between revisions
< Futilities | v0.6 | fx
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
==Notes== | ==Notes== | ||
* <code>{{l/ver/clade|Sys\dba\InReq|DoExport}}</code>, <code>DoExport\{{l/ver/clade|Sys\dba\InReq\DoExport|Schema}}</code>, <code>{{l/ver/clade|Sys\dba\InReq|DoImport}}</code>, and <code>{{l/ver/clade|Sys\dba\InReq|DoList}}</code> all implement this function (i.e. define what the main input means) by calling <code>{{l/ver/fx|SaveAsEngConnName}}()</code>. | * <code>{{l/ver/clade|Sys\dba\InReq|DoExport}}</code>, <code>DoExport\{{l/ver/clade|Sys\dba\InReq\DoExport|Schema}}</code>, <code>{{l/ver/clade|Sys\dba\InReq|DoImport}}</code>, and <code>{{l/ver/clade|Sys\dba\InReq|DoList}}</code> all implement this function (i.e. define what the main input means) by calling <code>{{l/ver/fx|SaveAsEngConnName}}()</code>. | ||
* As of {{fmt/date|2025|11|17}}, it is only called from <code>{{l/ver/clade|p=ferreteria|Sys\Events|InputRq}}::{{l/ver/fx|p=ferreteria|WithItemPiece}}()</code>. | |||
Latest revision as of 01:30, 18 November 2025
About
- Defined in Ferreteria.
Usage
| clade | function | usage | notes |
|---|---|---|---|
| Sys\dba\InReq\DoExport | implement | ||
| Sys\dba\InReq\DoImport | implement | ||
| Sys\dba\InReq\DoList | implement | ||
| Sys\dba\InReq\infmts\DbStuff |
Notes
DoExport,DoExport\Schema,DoImport, andDoListall implement this function (i.e. define what the main input means) by callingSaveAsEngConnName().- As of 2025-11-17, it is only called from
InputRq::WithItemPiece().