Futilities/v0.6/fx/ParseInputString: Difference between revisions

From Woozle Writes Code
< Futilities‎ | v0.6‎ | fx
Jump to navigation Jump to search
(Created page with "{{page/fx}} ==About== * '''Main Docs''' are in {{l/ver/fx|p=ferreteria|ParseInputString|Ferreteria}}. ==Usage== {| class="wikitable sortable" ! clade || function || usage || notes {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoExport}} || || implement {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoImport}} || || implement {{!-!}} {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoList}} || || implement {{!-!}} {{l/ver/clade/full|p=futil...")
 
No edit summary
Line 11: Line 11:
|}
|}
==Notes==
==Notes==
* {{l/ver/clade|Sys\dba\InReq|DoExport}}, {{l/ver/clade|Sys\dba\InReq|DoImport}}, and {{l/ver/clade|Sys\dba\InReq|DoList}} implement this function (i.e. define what the main input means) by calling {{l/ver/fx|SaveAsEngSchemaName}}().
* <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>.

Revision as of 22:02, 17 November 2025

About

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