Ferreteria/v0.6/fx/GetSchema

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Revision as of 23:29, 30 October 2025 by Woozle (talk | contribs) (Created page with "{{page/fx}} ==About== * '''Definition''': <code>public function {{l/ver/fx|GetSchema}}(string $sName) : {{l/ver/clade|Sys\Data\Engine|Schema|SchemaIface}}</code> – retrieves an object for the named Schema from the current {{l/ver/clade|Sys\Data\Engine|Ops|DB Operations}} object ==Usage== {| class="wikitable sortable" ! clade || usage || notes {{!-!}} <code>{{l/ver/clade/full|p=ferreteria|Sys\Data\Engine|Ops}}</code> || require, implement || <code>return new ($this-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

Usage

clade usage notes
Sys\Data\Engine\Ops require, implement return new ($this->SchemaClass())($this->OConn(),$sName)
Sys\Data\Engine\Ops\MyMar call in NewSchemaList(): ...[loop] $oSchema = $this->GetSchema($sName);...
Sys\Data\aux\has\Schema call in QOSchema(): $oSch = $oConn->GetSchema($sSch);