Ferreteria/v0.6/fx/GetSchema

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
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);