Ferreteria/v0.6/fx/GetSchema
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
About
- Definition:
public function GetSchema(string $sName) : SchemaIface– retrieves an object for the named Schema from the current DB Operations object
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);
|